{%extends "base/page.html"%} {%block title%}Password reset{%endblock%} {%block contents%}

Password reset

If you've forgotten your password, you can enter your email address in the field below and we'll email you instructions for setting a new one.

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