{% extends "base.html" %} {% block page_name %} Recover Password - {% endblock %} {% block content %}

Recover Password

If you've lost or forgotten your password please enter your email address below and we'll send an email to that address with a link to reset your password.

{% csrf_token %} {{ form.as_p }}
{% endblock %}