{% extends "utility_page.html" %} {% load i18n %} {% load bootstrap %} {% load account_tags %} {% block head_title %}{% trans "Password reset" %}{% endblock %} {% block page_title %}{% trans "Password reset" %}{% endblock %} {% user_display request.user as user_display %} {% block utility_body %}

{% trans "Forgotten your password? Enter your email address below, and we'll send you an email allowing you to reset it." %}

{% csrf_token %} {% include "_form_snippet.html" with form=form %}

{% blocktrans %}If you have any trouble resetting your password, contact us at {{ THEME_CONTACT_EMAIL }}.{% endblocktrans %}

{% endblock %} {% block extra_body %} {% endblock %}