{% extends "base.html" %} {% block content %}
{% if form.errors %}

Password change failed

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