{% extends "base_site" %} {% block breadcrumbs %}{% endblock %} {% block title %}{% i18n _("Password reset") %}{% endblock %} {% block content %}

{% i18n _("Password reset") %}

{% i18n _("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 %}