{% extends 'registration/base.html' %} {% block content %}

Forgot Password

{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }}
{% endfor %}
{% endblock content %}