{% extends "base.html" %} {% block pagetitle %} Change Password {% endblock %} {% block content %}
{% csrf_token %}
{{ form }}
{% endblock content %}