{% extends "admin/base_site.html" %} {% load i18n bootstrap_admin_template_tags %} {% block breadcrumbs %} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block content_title %}

{{ title }}

{% endblock %} {% block content %}
{% csrf_token %}
{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}
{{ form.email|add_class:'form-control' }} {% for error in form.email.errors %}

{{ error }}

{% endfor %}

{% endblock %}