{% extends "base.html" %} {% block content %}

{% csrf_token %} {% if form.email.errors %} {{ form.email.errors }} {% endif %}

Enter your email address and a link to reset your password will be sent to you

{{ form.as_p }}

No, take me back to {{ user }}'s page

{% endblock %}