# -*- coding: utf-8 -*- <%inherit file="site.mako" />

Change your password

${h.form(h.url(action='updatepassword'), method='post')}
${h.password_field('oldpassword')}
${h.password_field('password')}
${h.password_field('confirm')}
${h.submit('Change password')}
${h.end_form()} <%def name="headlines()"> Change your password