{% extends 'base.html' %} {% block title %}Need a Password?{% endblock %} {% block content %}

Need a password?

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

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