From 981bf6c511e37da357ab4dbb558e53297f959676 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 6 Aug 2012 22:24:53 +0200 Subject: only show note field for items with notes --- inventar/templates/item.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventar/templates/item.html b/inventar/templates/item.html index 8fa7a24..86845e3 100644 --- a/inventar/templates/item.html +++ b/inventar/templates/item.html @@ -24,10 +24,12 @@
{{ description }}
+ {% if note %} {% trans
{{ note }}
+ {% endif %} {% if image %} -- cgit v1.2.3