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

{{ _('Reset 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(forgot_password_form, submit=_('Reset Password')) }}
{% endblock %}