{% extends "base.html" %} {% block content %} {% if new_password %} Your password has been sent to your email address.
Click here to return to home page. {% else %}
{{form.as_p}}
{% endif %} {% endblock %}