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 }}