From 62617b4b42c8ef2f26619209b5a711910780590e Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 28 Apr 2023 19:16:15 +0200 Subject: [PATCH] show if_guest next to name change color --- 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 c03055f..3dacbc4 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -46,7 +46,7 @@
{% if participants | length > 0 %} {% for rower in participants %} - {{ rower.name }} {% if rower.is_guest %} (Gast) {% endif %}
+ {{ rower.name }} {% if rower.is_guest %} (Gast) {% endif %}
{% endfor %} {% else %} {{ text }}