{% extends "base.html" %} {% block title %}Request Password Reset{% endblock %} {% block content %}

Forgot Your Password?

Enter your email address below, and we'll email instructions for setting a new password.

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