{% extends "admin/base_site.html" %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-form{% endblock %} {% block breadcrumb_items %} {% endblock breadcrumb_items %} {% block content_title %}

{{ title }}

{% endblock %} {% block content %}
{% csrf_token %} {% block form_top %}{% endblock %}

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

{% include 'paper_admin/includes/admin_field.html' with field=form.email %}
{% endblock %}