From cd8ab716b8c4f48ff512a48be5f52164bc65ccb4 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 14 Mar 2024 19:06:19 +0100 Subject: [PATCH] Fix visuel representation --- src/solo_turnier/templates/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/solo_turnier/templates/index.html b/src/solo_turnier/templates/index.html index f4e8fae..771a1fb 100644 --- a/src/solo_turnier/templates/index.html +++ b/src/solo_turnier/templates/index.html @@ -21,7 +21,6 @@ - {% for dance in data.resultsPerGroup[group].dances %} {% endfor %} @@ -35,10 +34,10 @@ {% endif %} {% if participant.finalist or not onlyFinalists %} - {% for dance in data.resultsPerGroup[group].dances %}
TeilnehmerVerein{{ dance }}
{{ participant.name }} ({{ participant.id }}) + {{ participant.name }} ({{ participant.id }}) {% if participant.club is not none %} - {{ participant.club}} + , {{ participant.club}} {% endif %}