mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
Show page if all you got is empty folders
This commit is contained in:
@@ -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) %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
{{ page_title }}
|
||||
|
||||
Reference in New Issue
Block a user