{% extends "registration/base.html" %} {% block content %}
{% block login_logo %} {% endblock %}

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 }}
{% endblock %}