{% 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 %}
Back to Planning
{% endblock %}