{% extends "opal.html" %} {% load static %} {% block angularapp %}{% endblock %} {% block navbar %}{% endblock %} {% 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 %} {% block loading %} {% endblock %}