{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password recovery" %}{% endblock %} {% block full_content %}

Reset your password

Enter your username or email address, and you will receive an email with a password reset link.

{% csrf_token %} {{ form.as_p }}

{% endblock %}