summaryrefslogtreecommitdiffstats
path: root/inventar/templates/item.html
diff options
context:
space:
mode:
Diffstat (limited to 'inventar/templates/item.html')
-rw-r--r--inventar/templates/item.html2
1 files changed, 2 insertions, 0 deletions
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 @@
<td><pre>{{ description }}</pre></td>
</tr>
+ {% if note %}
<tr class="{% cycle rowcolor %}">
<th><img src="/static/note.svg" width="32" height="32" title="{% trans "Note" %}" alt="{% trans "Note" %}" /></th>
<td><pre>{{ note }}</pre></td>
</tr>
+ {% endif %}
{% if image %}
<tr class="{% cycle rowcolor %}">