From 56ccb7591acdef552017eae61c992557cbd72a5c Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Fri, 13 May 2022 10:39:37 +0200 Subject: [PATCH] Cosmetics: display lots inline & use ligh bg Lower visual weight because it's secundary information --- ereuse_devicehub/templates/inventory/device_list.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 5729ccbc..3d5367fc 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -358,10 +358,9 @@ {{ dev.verbose_name }} {% if dev.lots | length > 0 %} -
-
+
{% for lot in dev.lots %} - {{ lot.name }} + {{ lot.name }} {% endfor %}
{% endif %}