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

Change Password

Complete the below form to change your password

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