From ab317450930c8ad9b20cc0ed54b3ca6a7828a257 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 29 2019 13:30:07 +0000 Subject: Small styling change in the indentation Signed-off-by: Pierre-Yves Chibon --- 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