{% extends "site_base.html" %}{% load i18n account_tags %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block body %}
{% blocktrans %}We have sent you an email. If you do not receive it within a few minutes, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
{% endblock %}