{# SPDX-FileCopyrightText: 2015-2020 CERN. SPDX-License-Identifier: MIT #} {%- extends config.ACCOUNTS_SETTINGS_TEMPLATE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {% set panel_title = _("Change password") %} {% set panel_icon = current_theme_icons.key %} {% block settings_form %} {%- with form = change_password_form %}
{%- endwith %} {% endblock settings_form %}