{# -*- coding: utf-8 -*- Copyright (C) 2025 Graz University of Technology. invenio-edugain 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_BASE_TEMPLATE %} {% block javascript %} {{ super() }} {{ webpack['invenio-edugain-discovery.js'] }} {% endblock javascript %} {% block css %} {{ super() }} {{ webpack[config.EDUGAIN_DISCOVERY_CSS] }} {% endblock css %} {% block page_body %}
{{ _("To ensure security of the platform, organizations are only added after our IT team found them to be secure.") }}
{{ _("To get your organization white-listed, send an email to our IT team:") }}
{{ config.EDUGAIN_DISCOVERY_ADDITION_REQUEST_EMAIL }}