{% extends "base.html" %} {% block title %}Change Password{% endblock %} {% block content %} Change Password Use your current password to set a new one. {% if !page.error.is_empty() %} {{ page.error }} {% endif %} {% if !page.success.is_empty() %} {{ page.success }} {% endif %} Current Password New Password Confirm New Password Update Password Back to Planning {% endblock %}
Use your current password to set a new one.
{{ page.error }}
{{ page.success }}