{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Reset your Libravatar password' %}{% endblock title %} {% block content %}

{% trans 'Reset password' %}

{% blocktrans with '#' as browserid_target %}Did you know that you can also sign in with Persona and never have to remember a password again?{% endblocktrans %}

{# Invisible form to process BrowserID assertions #}
{% csrf_token %}

{% trans 'To continue with the password reset, enter one of the email addresses associated with your account.' %}

{% csrf_token %} {{ form.email.errors }}

{{form.email.label_tag}}: {{ form.email }}

 {% trans 'Cancel' %}

{% endblock content %}