From e9a50e1417d56910c360d1376a1e97ed96d5838b Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Mon, 6 Jan 2025 01:05:04 +0100 Subject: [PATCH] Rendering fixes for tag detail view --- inventory/templates/inventory/tag_detail.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/inventory/templates/inventory/tag_detail.html b/inventory/templates/inventory/tag_detail.html index d398b41..d90407b 100644 --- a/inventory/templates/inventory/tag_detail.html +++ b/inventory/templates/inventory/tag_detail.html @@ -64,6 +64,11 @@ {% for distributor in tag.distributor_set.all %} + + {% if distributor.icon %} + + {% endif %} + {{ distributor.name }} @@ -84,6 +89,11 @@ {% for manufacturer in tag.manufacturer_set.all %} + + {% if manufacturer.icon %} + + {% endif %} + {{ manufacturer.name }}