{% extends 'accounts/base.html' %} {% load i18n static %} {% block body %}

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

{{request.user}}
User Image
{% csrf_token %}
{{ form.email.errors }}
{% trans 'Log in again' %}
{% endblock %}