{# Logged-in change-password page. Rendered through ``admin.index_view.render`` so the admin navbar is present. The anonymous /reset-password/ flow keeps using formular.html. #} {% extends 'admin/master.html' %} {% import 'bootstrap/wtf.html' as wtf %} {% block body %}

Change password

Update the password for your account.

{{ wtf.quick_form(form) }}
{% endblock %}