From 3886076f50a92f567dcadc1ecea3b7d0ae85f228 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 1 Mar 2022 10:07:05 +0100 Subject: [PATCH] #2736 Move jquery to base --- ereuse_devicehub/templates/ereuse_devicehub/base.html | 3 +++ ereuse_devicehub/templates/inventory/device_create.html | 1 - ereuse_devicehub/templates/inventory/device_list.html | 1 - ereuse_devicehub/templates/inventory/tag_detail.html | 1 - ereuse_devicehub/templates/inventory/tag_list.html | 1 - 5 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base.html b/ereuse_devicehub/templates/ereuse_devicehub/base.html index 5ca885f7..32ee90cb 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/base.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/base.html @@ -17,6 +17,9 @@ + + + diff --git a/ereuse_devicehub/templates/inventory/device_create.html b/ereuse_devicehub/templates/inventory/device_create.html index 1296531f..7ba7c794 100644 --- a/ereuse_devicehub/templates/inventory/device_create.html +++ b/ereuse_devicehub/templates/inventory/device_create.html @@ -385,6 +385,5 @@ - {% endblock main %} diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 9b160df4..bbb1a14d 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -395,6 +395,5 @@ - {% endblock main %} diff --git a/ereuse_devicehub/templates/inventory/tag_detail.html b/ereuse_devicehub/templates/inventory/tag_detail.html index 15197118..88ca8681 100644 --- a/ereuse_devicehub/templates/inventory/tag_detail.html +++ b/ereuse_devicehub/templates/inventory/tag_detail.html @@ -106,7 +106,6 @@ - diff --git a/ereuse_devicehub/templates/inventory/tag_list.html b/ereuse_devicehub/templates/inventory/tag_list.html index b2e31d11..1401ff62 100644 --- a/ereuse_devicehub/templates/inventory/tag_list.html +++ b/ereuse_devicehub/templates/inventory/tag_list.html @@ -86,5 +86,4 @@ - {% endblock main %}