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 %}