From be7fe348ff50d6dcf3c5870273984dd922c6c751 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 3 Aug 2022 07:20:30 +0100 Subject: [PATCH] Hide results pane if there's no results --- core/templates/ui/drilldown/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/ui/drilldown/results.html b/core/templates/ui/drilldown/results.html index 7a93861..1dd5fc3 100644 --- a/core/templates/ui/drilldown/results.html +++ b/core/templates/ui/drilldown/results.html @@ -1,7 +1,7 @@ {% load static %} {% load index %} {% include 'partials/notify.html' %} -{% if results is not None %} +{% if results %}