diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index 5bbf359..a9f9ad4 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -1077,10 +1077,10 @@ {% endif %} - {% if (not repo.is_fork and config.get('ENABLE_DEL_PROJECTS', True)) - or - (repo.is_fork and config.get('ENABLE_DEL_FORKS', - config.get('ENABLE_DEL_PROJECTS', True))) %} + {% if (not repo.is_fork and config.get('ENABLE_DEL_PROJECTS', True)) + or + (repo.is_fork and config.get('ENABLE_DEL_FORKS', + config.get('ENABLE_DEL_PROJECTS', True))) %}

Delete Project