Fix visuel representation

This commit is contained in:
Christian Wolf 2024-03-14 19:06:19 +01:00
parent a7f8bad0ec
commit cd8ab716b8

View File

@ -21,7 +21,6 @@
<table class="tab-summary">
<tr>
<th>Teilnehmer</th>
<th>Verein</th>
{% for dance in data.resultsPerGroup[group].dances %}
<th>{{ dance }}</th>
{% endfor %}
@ -35,10 +34,10 @@
{% endif %}
{% if participant.finalist or not onlyFinalists %}
<tr class="{{ rowCls }}">
<td>{{ participant.name }} ({{ participant.id }})</td>
<td>
{{ participant.name }} ({{ participant.id }})
{% if participant.club is not none %}
{{ participant.club}}
, {{ participant.club}}
{% endif %}
</td>
{% for dance in data.resultsPerGroup[group].dances %}