diff --git a/core/templates/modals/context.html b/core/templates/modals/context.html index 2b0c7a4..51f99b2 100644 --- a/core/templates/modals/context.html +++ b/core/templates/modals/context.html @@ -1,4 +1,4 @@ -{% extends 'wm/modal.html' %} +{% extends 'mixins/wm/modal.html' %} {% load index %} {% load static %} diff --git a/core/templates/modals/drilldown.html b/core/templates/modals/drilldown.html index 4eab9de..86da065 100644 --- a/core/templates/modals/drilldown.html +++ b/core/templates/modals/drilldown.html @@ -1,4 +1,4 @@ -{% extends 'wm/modal.html' %} +{% extends 'mixins/wm/modal.html' %} {% block modal_content %} {% include 'window-content/drilldown.html' %} diff --git a/core/templates/partials/close-modal.html b/core/templates/partials/close-modal.html deleted file mode 100644 index 6c0173c..0000000 --- a/core/templates/partials/close-modal.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/core/templates/partials/close-widget.html b/core/templates/partials/close-widget.html deleted file mode 100644 index 0c66e85..0000000 --- a/core/templates/partials/close-widget.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/core/templates/partials/close-window.html b/core/templates/partials/close-window.html deleted file mode 100644 index 894974c..0000000 --- a/core/templates/partials/close-window.html +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/core/templates/partials/results_load.html b/core/templates/partials/results_load.html index 8b631ae..13c5f88 100644 --- a/core/templates/partials/results_load.html +++ b/core/templates/partials/results_load.html @@ -1,4 +1,4 @@ -{% extends 'wm/widget.html' %} +{% extends 'mixins/wm/widget.html' %} {% load static %} {% block heading %} diff --git a/core/templates/partials/results_table.html b/core/templates/partials/results_table.html index a466c49..1d9ecf3 100644 --- a/core/templates/partials/results_table.html +++ b/core/templates/partials/results_table.html @@ -5,529 +5,532 @@ {% load urlsafe %} {% load pretty %} {% load splitstr %} +{% load cache %} -{% block table-wrapper %} - -
- {% block table %} -
-
-