{% extends "base.html" %} {% block title %}Password Reset{% endblock %} {% block pagetitle %}Password Reset{% endblock %} {% block content %}

Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions.

{% csrf_token %} {{ form }}
{% endblock %}