{% extends "base.html" %} {% load widget_tweaks %} {% block html_title %}Forgot your password?{% endblock %} {% block content %}

Forgot your password?

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

{% csrf_token %} {{ form }}
{% endblock %}