diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index 85499eb..b4ed4e5 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -82,8 +82,10 @@ href="#giveproject-tab" role="tab" aria-controls="giveproject">Give Project {% endif %} + {% if config.get('REPOSPANNER_REGIONS') %} repoSpanner state + {% endif %} {% if (not repo.is_fork and config.get('ENABLE_DEL_PROJECTS', True)) or @@ -1160,9 +1162,11 @@ {% endif %} + {% if config.get('REPOSPANNER_REGIONS') %}
{% include 'settings_repospanner.html' %}
+ {% endif %} {% if (not repo.is_fork and config.get('ENABLE_DEL_PROJECTS', True))