{% extends "base_site" %} {% block title %}Password reset{% endblock %} {% block content %}

Password reset

Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you.

{% if form.email.errors %}{{ form.email.html_error_list }}{% endif %}

{{ form.email }}

{% endblock %}