{% extends "base.html" %} {% load djblets_deco 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 %} {% if csrf_token != "NOTPROVIDED" %}
{% endif %} {% 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 %}