From ec16c6cd56afc859b5b9783db2288d86d7b29c72 Mon Sep 17 00:00:00 2001 From: bkfox Date: Thu, 21 May 2020 14:12:01 +0200 Subject: [PATCH] multiline filter nav --- aircox/templates/aircox/page_list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aircox/templates/aircox/page_list.html b/aircox/templates/aircox/page_list.html index 2040ccd..2e131ad 100644 --- a/aircox/templates/aircox/page_list.html +++ b/aircox/templates/aircox/page_list.html @@ -15,6 +15,7 @@ {% endblock %} {% block filters %} +{% if filter_categories %} +{% endif %} {% endblock %}