diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index 5b01700..b225dee 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -106,7 +106,6 @@ for (var i = 0; i < scripts.length; i++) { eval(scripts[i].innerHTML); } - {% endif %} diff --git a/core/templates/widgets/table_results.html b/core/templates/widgets/table_results.html index 3041ee8..a281ee4 100644 --- a/core/templates/widgets/table_results.html +++ b/core/templates/widgets/table_results.html @@ -1,11 +1,6 @@ {% load static %} - -