{% extends "account/base.html" %} {% block head_title %}{{ _("Password Reset") }}{% endblock %} {% block content %} {% csrf_token %} {{ _("Password Reset") }} {{ form.non_field_errors() }} {% if request.user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %} {{ _("Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it.") }} {{ form['email'].label_tag() }} {{ form['email'].as_widget() }} {% if form['email'].help_text %} {{ form['email'].help_text }} {% endif %} {{ _("Reset My Password") }} {{ _('Please contact us if you have any trouble resetting your password.') }} {% endblock %}
{{ _("Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it.") }}
{{ form['email'].help_text }}
{{ _('Please contact us if you have any trouble resetting your password.') }}