Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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