{% extends "base.html" %} {% load djblets_deco %} {% load i18n %} {% block title %}{% trans "Recover Password" %}{% endblock %} {% block content %} {% box "passwordreset" %}
{# This should really use {% csrf_token %}, but we can't until we #} {# move to Django 1.2 in a future release. #} {% if csrf_token %} {% ifnotequal csrf_token "NOTPROVIDED" %}
{% endifnotequal %} {% endif %}

{% trans "Recover Password" %}

{% blocktrans %}Forgotten your password? Enter your e-mail address, and we'll send you instructions for creating a new one.{% endblocktrans %}

{% endbox %} {% endblock %}