{% extends 'mysite/base.html' %} {% block title %} Change Password {% endblock title %} {% block content %}

Fill the following details to change your password

{% include "components/form.html" with form_name="Change Password" %}
{% endblock content %}