diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index caec57f..74e2ddd 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -297,7 +297,8 @@ git push -u origin master {% endif %} {% if authenticated and repo_admin %} - {% if config.get('ENABLE_TICKETS', True) %} + {% if config.get('ENABLE_TICKETS', True) + and repo.settings.get('issue_tracker', True) %}