From e9112f8d3a49955efc68fde08904d215f6a7ef49 Mon Sep 17 00:00:00 2001 From: vuko Date: Sun, 22 Oct 2017 23:43:21 +0200 Subject: [PATCH] label printing button --- storage/templates/item.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/storage/templates/item.html b/storage/templates/item.html index fc14b22..68bd433 100644 --- a/storage/templates/item.html +++ b/storage/templates/item.html @@ -65,7 +65,9 @@ {% if labels %}

Labels

{% for label in labels %} - {{ label.id }} ({{ label.revision }}) +
+ +
{% endfor %} {% endif %}