From 38e8cca606f13a808a7b243a2554dac45412bd50 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 9 Nov 2018 14:29:23 +0000 Subject: [PATCH] Show page if all you got is empty folders --- app/templates/views/templates/choose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/templates/choose.html b/app/templates/views/templates/choose.html index 834fae586..7d170dfd3 100644 --- a/app/templates/views/templates/choose.html +++ b/app/templates/views/templates/choose.html @@ -16,7 +16,7 @@ {% block maincolumn_content %} - {% if (not templates) and (not template_folder_path) %} + {% if (not templates) and (not template_folders) and (not template_folder_path) %}

{{ page_title }}