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