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