{% extends 'thecommunity/base.html' %} {% block page_title %} password reset{% endblock %} {% block page_body %}

Password Reset

{% csrf_token %}

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

{% if form.email.errors %} {{ form.email.errors }} {% endif %}
{{ form.email }}
{% if form.captcha.errors %} {{ form.captcha.errors }} {% endif %}
{{ form.captcha }}
{% endblock %}