{% extends 'base.html' %} {% block head %} PASSWORD CHANGE PAGE {% endblock %} {% block body %}


{% csrf_token %} {{form.as_p}}

{% endblock %}