{# Copyright 2023 Karlsruhe Institute of Technology # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #} {% extends "settings/base.html" %} {% block title %} {% if title %}{{ title }} ·{% endif %} {% trans %}Applications{% endtrans %} · {% trans %}Settings{% endtrans %} · Kadi4Mat {% endblock %} {% block breadcrumbs %} {{ super() }} {% snippet "snippets/breadcrumb.html", url=url_for("settings.manage_applications", tab="manage"), title=_("Applications") %} {% snippet "snippets/breadcrumb.html", url=url_for("settings.edit_application", id=application.id), title=title %} {% endblock %} {% block content %}
{% trans %}Back to applications{% endtrans %}
{{ render_csrf() }}
{% trans %} Note that changing the scopes will require existing users of your application to redo the authorization flow once their current access token is expired. {% endtrans %}
{{ render_csrf() }} {% endblock %} {% block scripts %} {% endblock %}