diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 124241f8..9b160df4 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -39,7 +39,7 @@
{% if lot and lot.is_temporary and not lot.devices %} - + Remove Lot @@ -47,18 +47,18 @@
{% if lot and lot.is_temporary %} - - - Add selected Devices to a lot - + + + Add supplier + {% endif %}
{% if lot and lot.is_temporary %} - - - Remove selected devices from a lot - + + + Add receiver + {% endif %}
@@ -92,16 +92,6 @@