{% extends "base.html" %} {% load i18n %} {% block content %}
{% blocktrans %}Lost your password ? Here you can ask to reset your password. Enter the username you use and you will get a confirm mail with your new password. This new password will be activated only after you clicked on the link you will find in the email{% endblocktrans %}
{% if form.errors %}{% trans "Please correct errors below:" %}
{% if form.username.errors %}
{{ form.username.errors|join:", " }}
{% endif %}