{% extends 'django_spire/auth/page/auth_page.html' %} {% block authentication_page_content %}
Change Password
{% csrf_token %}
{% include 'django_glue/form/field/password_field.html' with glue_field='old_password' %}
{% include 'django_glue/form/field/password_field.html' with glue_field='new_password1' %}
{% include 'django_glue/form/field/password_field.html' with glue_field='new_password2' %}
{% endblock %}