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

{{ _("Password reset sent") }}

{% if not resend %}

{% trans %}We have sent you an email. If you do not receive it within a few minutes, try resending or contact us at {{ THEME_CONTACT_EMAIL }}.{% endtrans %}

{% csrf_token %} {% for field in form %} {{ field.as_hidden() }} {% endfor %}
{% else %}

{% trans %}We have resent the password email. If you do not receive it within a few minutes, contact us at {{ THEME_CONTACT_EMAIL }}.{% endtrans %}

{% endif %} {% endblock %}