From 1685867494c210689aac67fdb2546816ea8b0fdb Mon Sep 17 00:00:00 2001 From: Gregoo Date: Fri, 24 Jan 2025 12:30:44 +0100 Subject: [PATCH] Fix border around checkboxes depending if there are any displayed or not --- templates/set/card.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/set/card.html b/templates/set/card.html index 6ccb0b7..582ea43 100644 --- a/templates/set/card.html +++ b/templates/set/card.html @@ -13,7 +13,7 @@ > {{ card.header(item, item.fields.name, solo=solo, number=item.fields.number) }} {{ card.image(item, solo=solo, last=last, caption=item.fields.name, alt=item.fields.number) }} -
+
{{ badge.theme(item.theme.name, solo=solo, last=last) }} {{ badge.year(item.fields.year, solo=solo, last=last) }} {{ badge.parts(item.fields.number_of_parts, solo=solo, last=last) }} @@ -27,7 +27,7 @@ {% endif %}
{% if not tiny and brickset_checkboxes | length %} -