{% extends "base.html" %} {% load i18n %} {% load ajaxable_tags %} {% load account_tags %} {% block titleextra %}{% trans "Password Reset" %}{% endblock %} {% block body %}

{% trans "Password Reset" %}

{% trans "Forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}

{% csrf_token %}
{% endblock %}