{% extends 'admin/base_site.html' %} {% load i18n static %} {% load adminlte2_tags %} {% block stylesheets %} {{ block.super }} {% endblock stylesheets %} {% block breadcrumbs %}
  • {% trans 'Home' %}
  • {% trans 'Password reset' %}
  • {% endblock %} {% block content %}

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

    {% csrf_token %}
    {{ form.email.errors }} {{ form.email|add_class:'form-control' }}
    {% endblock %}