{% extends "common/panel.html" %} {% load url from future %} {% block title %}

Password Reset

{% endblock %} {% block panel %}

Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one.

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

{{ form.email }}

{% endblock %}