{% extends "account/base.html" %} {% load i18n %} {% block head_title %} {% translate "Password Reset" %} {% endblock %} {% block whitebox %}

{% translate "Password Reset" %}

{% translate "Enter your user account's verified email address and we will send you a password reset link." %}

{% include "account/_render_form.html" %} {% translate "Reset my password" as reset_text %} {% include "account/_button.html" with text=reset_text %}
{% include "account/_links.html" %} {% endblock %}