{% extends "site_base.html" %}
{% load i18n %}
{% load bootstrap_tags %}
{% load account_tags %}
{% block head_title %}{% trans "Password Reset" %}{% endblock %}
{% block body %}
{% trans "Forgotten your password? Enter your email address below, and we'll send you an email allowing you to reset it." %}{% trans "Password Reset" %}
{% blocktrans %}If you have any trouble resetting your password, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
{% endblock %} {% block extra_body %} {% endblock %}