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

Forgot Password

{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{% if message %} {% endif %} {% if error_message %} {% endif %}

Back to Login or Sign Up

{% endblock content %}