diff --git a/pagure/templates/index_auth.html b/pagure/templates/index_auth.html index d1568fe..7abb7f0 100644 --- a/pagure/templates/index_auth.html +++ b/pagure/templates/index_auth.html @@ -24,7 +24,8 @@
My Projects {{repos | count}} - {% if config.get('ENABLE_NEW_PROJECTS', True) and repos %} + {% if config.get('ENABLE_NEW_PROJECTS', True) and + config.get('ENABLE_UI_NEW_PROJECTS', True) and repos %}
You have no projects
- {% if config.get('ENABLE_NEW_PROJECTS', True) %} + {% if config.get('ENABLE_NEW_PROJECTS', True) and + config.get('ENABLE_UI_NEW_PROJECTS', True) %}