{% extends "base.html" %} {% block content %}
{% if form.email.errors %}
{% for error in form.email.errors %}

{{ error|safe }}

{% endfor %}
{% endif %}

Enter your Email Address below,
and instructions on resetting your password will be sent.

{% csrf_token %}


{% endblock %}