{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Resetting password" %} {% endblock %} {% block content %}

{% trans "site_title" %}

{% trans "Enter your email to get your password reset." %}

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

{% trans "Back to the login page" %}

{% endblock %}