From 6e4f7fc5774aa2d40120f863b61d148c7bad79d7 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Tue, 31 Jul 2012 21:02:38 +0200 Subject: add Note field to item view --- inventar/templates/item.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inventar') diff --git a/inventar/templates/item.html b/inventar/templates/item.html index d144a18..d5c645b 100644 --- a/inventar/templates/item.html +++ b/inventar/templates/item.html @@ -24,6 +24,11 @@
{{ description }}
+ + {% trans +
{{ note }}
+ + {% if image %} {% trans -- cgit v1.2.3