{% extends "site_base.html" %} {% load i18n %} {% load account_tags %} {% block head_title %}{% trans "Password reset sent" %}{% endblock %} {% block content %}

{% trans "Password reset sent" %}

{% 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 %}

{% csrf_token %} {% for field in form %} {{ field.as_hidden }} {% endfor %}
{% 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 %}