{% extends "account/base.html" %} {% load i18n encode_emails bootstrap3 %} {% load account %} {% block page_title %}{{ SITE_DESC }} – {% trans "Password Reset" %}{% endblock %} {% block content %}
{# to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. #}

{% trans "Password Reset" %}

{% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}

{% trans "Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}

{% csrf_token %} {% bootstrap_form form show_label=False %}

{% blocktrans %}Please contact us at {{ INFO_EMAIL }} if you have any trouble resetting your password. {% endblocktrans %}

{% endblock content %}