{# -*- mode: jinja2 -*- #} {% extends "include/base.html" %} {% block breadcrumb_li %} {% endblock %} {# {% block head_title %}{{ _("Password reset sent") }}{% endblock %} #} {% block content %}
{% 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 %}
{% 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 %}