{% extends "accounts/base.html" %} {% load djblets_deco i18n %} {% block title %}{% trans "Recover Password" %}{% endblock %} {% block auth_content %}

{% trans "Recover Password" %}

{% blocktrans %} Forget your password? That's okay, just enter your e-mail address and we'll get you going again. {% endblocktrans %}

{% if form.errors %} {% errorbox %}{{form.non_field_errors}}{% enderrorbox %} {% endif %}
{% csrf_token %}
{{form.email}} {{form.errors.email}}
{% endblock auth_content %}