From e8f1791444b4057c6a570bd007091d8b5950026a Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 26 Aug 2022 17:22:57 +0100 Subject: [PATCH] Remove duplicate notifications and fix disabled switch --- core/templates/ui/drilldown/drilldown.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index d4ec2b8..25f938d 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -54,7 +54,8 @@ }
- {% include 'partials/notify.html' %} + {# Not sure why this was here, but it duplicates errors! #} + {# include 'partials/notify.html' #}