Skip to content

Commit

Permalink
Show authorized services on ext-config page
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkle committed Nov 19, 2024
1 parent 0d1f1f8 commit f44672b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/projects/external_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ <h3>{{_('No external services have been configured')}}</h3>
<p>For more information on these settings, please consult the <a href={{config.EXT_CONFIG_DOCS}}>External Configurations documentation</a>.</p>
{% endif %}

{% if not is_admin %}
<h3>Authorized Services</h3>
<span>{{ authorized_services|join(', ') }}</span>
{% endif %}
<h3>Authorized Services</h3>
<span>{{ authorized_services|join(', ') }}</span>

{% for (form_name, display, form) in forms %}
<h3>{{display}}</h3>
Expand Down

0 comments on commit f44672b

Please sign in to comment.