{% extends "djadmin/auth_page.html" %} {% load i18n %} {% block auth_title %}{% translate 'Reset your password' %}{% endblock %} {% block auth_lede %}{% translate 'We’ll email you a link to choose a new one.' %}{% endblock %} {% block auth_card %}
{% csrf_token %}
{{ form.email.label_tag }}
{{ form.email }}
{{ form.email.errors }}
{% endblock %}