From 3c4ae39f435ee4b9a80e9f3fca22a6551640a6e7 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Tue, 24 Oct 2017 18:59:36 +0200 Subject: [PATCH] Label print confirmation and styling --- storage/templates/item.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/storage/templates/item.html b/storage/templates/item.html index 68bd433..3da0747 100644 --- a/storage/templates/item.html +++ b/storage/templates/item.html @@ -64,9 +64,10 @@ {% if labels %}

Labels

+ {% for label in labels %} -
- + +
{% endfor %} {% endif %}