{% extends "password_base.html" %} {% load crispy_forms_tags %} {% block title %}Forgot Password{% endblock %} {% block header %}

Forgot Password?

Enter your registered email address to receive a reset link.

{% endblock %} {% block content %}
{% csrf_token %} {{ form.email|as_crispy_field }}
{% endblock %}