{% extends "base.html" %} {% load i18n %} {% block container %} {% if form.non_field_errors %} {% for e in form.non_field_errors %}
{% endfor %} {% endif %}

Reset your password

{% blocktrans %} Forgot your password? Enter your email in the form below and we'll send you instructions for creating a new one. {% endblocktrans %}


{% csrf_token %}
{% if form.errors.email %} {% endif %} {{ form.email }}

{% endblock %} {# This is used by django.contrib.auth #}