From d368a209660d48893e9ff460af04c5e3244c4615 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Mon, 27 Apr 2020 23:02:22 +0200 Subject: [PATCH] add spacer after multiple stamps in one year --- coinmanager/coinc/templates/coinc/year.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coinmanager/coinc/templates/coinc/year.html b/coinmanager/coinc/templates/coinc/year.html index fe30b1a..e842c2a 100644 --- a/coinmanager/coinc/templates/coinc/year.html +++ b/coinmanager/coinc/templates/coinc/year.html @@ -14,3 +14,8 @@ {% endfor %} + {% ifnotequal year|length 1 %} + + + + {% endifnotequal %}