{% extends "admin/layout.html" %} {% block admin_body %}

Change Password

{% if change_failed %}

The two passwords don't match or are empty.

{% elif change_successful %}

Password changed successfully.

{% else %}

Enter the new password below twice

{% endif %}
Password
Repeat
{% endblock %}