{% extends "layout.htm" %} {% block head %} {{super()}} {% endblock %} {% block page_content %} {{super()}}

Change Password

{% if status == 'success': %}
Success! Your password has been changed successfully!
{% elif status == 'wrong_old_password' %}
Error! Old password is incorrect!
{% endif %}
{{succeed}} {% endblock %} {% block body %} {{super()}} {% block scripts %} {{super()}} {% endblock %} {% endblock %}