{% extends 'base.html' %}{% load static %}{% block pageContent %}

Update Password

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