From e7dbb343155afb82de7ce03eb4b40f31aecfef36 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Mon, 11 Apr 2022 11:25:30 +0200 Subject: [PATCH] Moved api lines to fork with others features branches Future freature (Search feature) --- .../templates/ereuse_devicehub/base_site.html | 10 ++++++++++ ereuse_devicehub/templates/inventory/device_list.html | 7 ------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html index 5d87be53..75192cd5 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html @@ -220,4 +220,14 @@ + + {% endblock body %} diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 72d10907..df86c6f5 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -398,13 +398,6 @@ {% endblock main %}