{% extends "site_base.html" %}
{% load i18n %}
{% load account_tags %}
{% block head_title %}{% trans "Password Reset" %}{% endblock %}
{% block body %}
{% trans "An email with information on how to reset your password has been sent to your email address." %}{% trans "Reset Email Sent" %}
{% blocktrans %}If you do not receive your reset email within a few minutes, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
{% endblock %}