{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Reset your Libravatar password' %}{% endblock title %} {% block body-onload %}document.forms.reset.email.focus(){% endblock body-onload %} {% block content %}

{% trans 'Reset password' %}

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

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

 {% trans 'Cancel' %}

{% endblock content %}