{% extends "base_extra.html" %} {% block title %}Password Reset{% endblock %} {% load content_widgets %} {% block content %}
{% logo False %}

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

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