{# -*- mode: jinja2 -*- #} {% extends "include/base.html" %} {% block breadcrumb_li %} {% endblock %} {# {% block head_title %}{{ _("Password reset") }}{% endblock %} #} {# {% user_display request.user as user_display %} #} {% block content %}
{{ _("Password reset") }}

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

{% csrf_token %} {{ form|bootstrap }}

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

{% endblock %} {% block script %} {% endblock %}