{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2018 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.ACCOUNTS_SETTINGS_TEMPLATE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {% set panel_title = _("Change password") %} {% set panel_icon = "fa fa-key" %} {% block settings_form %} {%- with form = change_password_form %}
{%- endwith %} {% endblock settings_form %}