{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block text_title %}

{{ brand.reset_password }}

{% endblock %} {% block content_id %}auth{% endblock %} {% block content %}

{% blocktrans %}Enter your email address, and we will send you instructions on how to reset your password.{% endblocktrans %}

{% csrf_token %}


{{ form.email }} {% if form.email.errors %} {{ form.email.errors|first }} {% endif %}

{% include "widgets/recaptcha.html" %}

{% trans "or" %} {% trans "cancel" %}

{% endblock %}