{% extends "utility_page.html" %} {% load i18n %} {% load account_tags %} {% block head_title %}{% trans "Password reset sent" %}{% endblock %} {% block page_title %}{% trans "Password reset sent" %}{% endblock %} {% block utility_body %} {% if not resend %}
{% blocktrans %}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 }}.{% endblocktrans %}
{% else %}{% blocktrans %}We have resent the password email. If you do not receive it within a few minutes, contact us at {{ THEME_CONTACT_EMAIL }}.{% endblocktrans %}
{% endif %} {% endblock %}