{% extends 'base.html' %} {% block content %}

Change Password

For security, please enter your old password. The enter your new password twice, so we can check for typos.

{% csrf_token %} {{ form }}
{% endblock %}