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