From 996463b869eeb9422db6fe0757fc297724164edc Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 26 Aug 2022 07:20:30 +0100 Subject: [PATCH] Fix scripts not running in widgets --- core/templates/base.html | 2 +- core/templates/ui/drilldown/drilldown.html | 20 +++++++------- core/templates/widgets/table_results.html | 31 +++++++++++++--------- 3 files changed, 30 insertions(+), 23 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 11ec52b..13dd79f 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -22,7 +22,7 @@ - + diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index 2b9ca95..5b01700 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -96,16 +96,18 @@ {% if table %} + {% endif %} {% endblock %} diff --git a/core/templates/widgets/table_results.html b/core/templates/widgets/table_results.html index f64f41e..3041ee8 100644 --- a/core/templates/widgets/table_results.html +++ b/core/templates/widgets/table_results.html @@ -1,7 +1,10 @@ {% load static %} +