From 49f254a9d556e8e3af4fccb5a69aa44d232773a0 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 28 Jun 2023 14:32:35 +0200 Subject: [PATCH] fix ci --- templates/includes/macros.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index 7a88a1a..7566399 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -57,7 +57,7 @@ {% endmacro alert %} {% macro box(participants, empty_seats='', header='Freie Plätze:', text='Keine Ruderer angemeldet', bg='primary-600', color='white') %} -
{{ header }} {% if empty_seats >= 0 %} {{ empty_seats }} {% else %} 0 {% endif %}
+
{{ header }} {{ empty_seats }}
{% if participants | length > 0 %} {% for rower in participants %}