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

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

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