{% extends "base.html" %} {% load i18n %} {% load form_helpers %} {% block breadcrumbs %}{% endblock %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block content %}

{% trans "Password reset" %}

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

{% as_div_form form "Password Reset Email" csrf_token "Email instructions" %} {% endblock %}