{% extends 'base.html' %} {% block content %}

Change Password

{% if form.errors %} {% for field, error in form.errors.items %}

{{ error }}

{% endfor %} {% endif %}
{% csrf_token %}

For security purposes, passwords should be at least 6 characters, and not feature on the list of banned passwords.

{% endblock %}