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