{% extends theme('base.html') %} {% import theme('macros/forms.html') as forms with context %} {% block content %}

{{ _('Change Password') }}

{{ _("Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one.") }}

{{ _("Fields preceded by a star (*) are required.")}}

{{ forms.render_fields(change_password_form, submit=_('Change Password')) }}
{% endblock %}