From 7b8c605cd04ff756695d15d2fdb629f1049e5969 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 19 Nov 2024 12:08:17 -0500 Subject: [PATCH] Show authorized services on ext-config page (#477) --- templates/projects/external_config.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/projects/external_config.html b/templates/projects/external_config.html index bda413d8..0bebbf47 100644 --- a/templates/projects/external_config.html +++ b/templates/projects/external_config.html @@ -23,10 +23,8 @@

{{_('No external services have been configured')}}

For more information on these settings, please consult the External Configurations documentation.

{% endif %} -{% if not is_admin %} -

Authorized Services

- {{ authorized_services|join(', ') }} -{% endif %} +

Authorized Services

+{{ authorized_services|join(', ') }} {% for (form_name, display, form) in forms %}

{{display}}