{% extends "admin/base_site.html" %} {% block breadcrumbs %}{% endblock %} {% block title %}{{ _("Password reset") }}{% endblock %} {% block content %}

{{ _("Password reset") }}

{{ _("Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." ) }}

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

{{ form.email }}

{% endblock %}