{% 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(forgot_password_form, submit=_('Reset Password')) }} {% endblock %}
{{ _("Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one.") }}