{% extends "site_base.html" %} {% load i18n %} {% load account_tags %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block body %}

{% trans "Reset Email Sent" %}

{% trans "An email with information on how to reset your password has been sent to your email address." %}

{% if user.is_authenticated %}
{% trans "Note" %} {% user_display user as user_display %} {% blocktrans %}You are already logged in as {{ user_display }}.{% endblocktrans %}
{% endif %}

{% blocktrans %}If you do not receive your reset email within a few minutes, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}

{% endblock %}