{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Reset your Libravatar password' %}{% endblock title %} {% block content %}
{% 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 #}{% trans 'To continue with the password reset, enter one of the email addresses associated with your account.' %}
{% endblock content %}