{% extends "base.html" %} {% block title %}{{ t('change_password') }} | {{ app_name }}{% endblock %} {% block content %}

{{ t('change_password') }}

Update your account credentials.

{{ form.hidden_tag() }} {{ form.submit(class="button") }}
{% endblock %}