{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs-relative %}
  • {% trans 'Admin' %}
  • {% trans 'Password reset' %}
  • {% endblock %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block content %}

    {% trans "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 %}