From ab89b7eff05718f2c65c3459ef0d50ff8e412eac Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 1 Mar 2022 10:30:47 +0100 Subject: [PATCH] #2736 Move simple-datatables to base --- ereuse_devicehub/templates/ereuse_devicehub/base.html | 2 ++ ereuse_devicehub/templates/inventory/device_detail.html | 1 - ereuse_devicehub/templates/inventory/device_list.html | 6 ------ ereuse_devicehub/templates/inventory/tag_detail.html | 1 - ereuse_devicehub/templates/inventory/tag_list.html | 6 ------ 5 files changed, 2 insertions(+), 14 deletions(-) diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base.html b/ereuse_devicehub/templates/ereuse_devicehub/base.html index 32ee90cb..7b56a1ec 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/base.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/base.html @@ -19,10 +19,12 @@ + + diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index 5112efb9..98b04fb9 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -1,6 +1,5 @@ {% extends "ereuse_devicehub/base_site.html" %} {% block main %} -

Inventory

diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index bbb1a14d..7f31a60a 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -1,6 +1,5 @@ {% extends "ereuse_devicehub/base_site.html" %} {% block main %} -

Inventory

@@ -386,14 +385,9 @@ {% include "inventory/trade.html" %} {% include "inventory/alert_export_error.html" %} - - - {% endblock main %} diff --git a/ereuse_devicehub/templates/inventory/tag_detail.html b/ereuse_devicehub/templates/inventory/tag_detail.html index 88ca8681..356220d5 100644 --- a/ereuse_devicehub/templates/inventory/tag_detail.html +++ b/ereuse_devicehub/templates/inventory/tag_detail.html @@ -1,6 +1,5 @@ {% extends "ereuse_devicehub/base_site.html" %} {% block main %} -

Inventory

diff --git a/ereuse_devicehub/templates/inventory/tag_list.html b/ereuse_devicehub/templates/inventory/tag_list.html index 1401ff62..519debab 100644 --- a/ereuse_devicehub/templates/inventory/tag_list.html +++ b/ereuse_devicehub/templates/inventory/tag_list.html @@ -1,6 +1,5 @@ {% extends "ereuse_devicehub/base_site.html" %} {% block main %} -

Inventory

@@ -77,13 +76,8 @@
- - - {% endblock main %}