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