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

{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}

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