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

Change Password

Set your new secure password

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %}
{% endblock %}