{% extends 'base.html' %} {% block content %}
{% csrf_token %}

{{ title }}

Tell us your email so we can send you a reset link.

{% for ff in form %}
{{ ff }}
{% endfor %}
{% endblock %}