From 35dc28a8f5a7d44d0c752b266882ed926513a77a Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 25 May 2025 21:35:01 +0300 Subject: [PATCH] List type before name --- inventory-app/templates/inventory.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory-app/templates/inventory.html b/inventory-app/templates/inventory.html index 1110b27..adf242b 100644 --- a/inventory-app/templates/inventory.html +++ b/inventory-app/templates/inventory.html @@ -17,8 +17,8 @@ Slug Visibility - Name Type + Name Location Owner User @@ -39,8 +39,8 @@ {% endif %} {{ item.inventory.visibility }} - {{ item | format_name }} {{ item.comment }} {{ item.type }} + {{ item | format_name }} {{ item.comment }} {{ item.location }} {{ item | owner_link}} {{ item | user_link}}