{% extends "admin/base_site.html" %} {% block title %}{% if form.email.errors %}{{ gettext("Error:") }} {% endif %}{{ super() }}{% endblock %} {% block extrastyle %}{{ super() }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

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

{{ csrf_input }}
{{ form.email.errors }}
{{ form.email }}
{% endblock %}