{% extends "wagtailadmin/base.html" %} {% block content %}

Change password

{% if can_change_password %}
{% csrf_token %}
{% else %}

Your password can't be changed here. Please contact a site administrator.

{% endif %}
{% endblock %}