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}}