{% extends "page.html" %} {% block script %} {{ super() }} {% endblock script %} {% block main %}

Change password for {{user_name}}

Please enter your current password and the new password you want to set it to. If you have forgotten your password, an admin can reset it for you.

{% if result_message %} {% endif %}
{% endblock %}