{% extends "admin/base.html" %} {% load i18n static %} {% block title %}{% if form.email.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}

{% trans 'Forgotten your password?' %}

{% trans 'Enter your email address below, and we’ll email instructions for setting a new one.' %}

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

Back to Login

{% endblock %}