diff --git a/inventory/templates/inventory.html b/inventory/templates/inventory.html index 8699508..77ff356 100644 --- a/inventory/templates/inventory.html +++ b/inventory/templates/inventory.html @@ -30,11 +30,9 @@ - {% if not item.condition in ["Removed", "Disposed"] %}
{{ images.render_image(item.id, item.image, enabled = item.condition not in ["Removed", "Disposed"]) }}
- {% endif %}