{% extends "base.html" %} {% load static %} {% block content %}

Change Password

Secure your account by updating your password

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
Cancel
{% endblock %}