From 13476f388e2c5c7931b596192919912e72f2bf02 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 6 Aug 2012 22:21:44 +0200 Subject: add supplier field in view --- inventar/templates/item.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'inventar') diff --git a/inventar/templates/item.html b/inventar/templates/item.html index d5c645b..8fa7a24 100644 --- a/inventar/templates/item.html +++ b/inventar/templates/item.html @@ -119,6 +119,13 @@ + {% if supplier %} + + {% trans + {{ supplier }} + + {% endif %} + {% if owner %} {% trans -- cgit v1.2.3