{% extends "base.html" %} {% block title %}Change your password{% endblock %} {% block content %}

Change your password

Use the form below to change your password.

{{ form.as_p }}

{% csrf_token %}
{% endblock %}