From 54c02e5bdf458c52d5ea7f4594d6b8cd2b4845fa Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 30 Aug 2022 10:57:44 +0100 Subject: [PATCH] Actually fix redacted icon --- core/templates/ui/drilldown/table_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/ui/drilldown/table_results.html b/core/templates/ui/drilldown/table_results.html index 0611cd7..9cc73e0 100644 --- a/core/templates/ui/drilldown/table_results.html +++ b/core/templates/ui/drilldown/table_results.html @@ -15,7 +15,7 @@ {% else %} - {% if redacted != 0 %} + {% if redacted is not None %}