diff --git a/pagure/themes/srcfpo/templates/repo_info.html b/pagure/themes/srcfpo/templates/repo_info.html index 4ea0565..32a0668 100644 --- a/pagure/themes/srcfpo/templates/repo_info.html +++ b/pagure/themes/srcfpo/templates/repo_info.html @@ -312,6 +312,7 @@ + {% if repo.namespace != 'tests' %}
@@ -367,6 +368,7 @@
+ {% endif %} {% if g.authenticated and g.repo_committer and not repo.is_fork and not repo.settings.get('pull_requests', True) and not readme %} diff --git a/pagure/themes/srcfpo/templates/repo_master_sidebar.html b/pagure/themes/srcfpo/templates/repo_master_sidebar.html index 47c984d..edf0f1e 100644 --- a/pagure/themes/srcfpo/templates/repo_master_sidebar.html +++ b/pagure/themes/srcfpo/templates/repo_master_sidebar.html @@ -65,7 +65,7 @@  Releases - {% if 'distgit_ns' in g.main_app.blueprints and not repo.is_fork %} + {% if 'distgit_ns' in g.main_app.blueprints and not repo.is_fork and repo.namespace != 'tests'%}

Monitoring status: