Fix visuel representation
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
<table class="tab-summary">
|
<table class="tab-summary">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Teilnehmer</th>
|
<th>Teilnehmer</th>
|
||||||
<th>Verein</th>
|
|
||||||
{% for dance in data.resultsPerGroup[group].dances %}
|
{% for dance in data.resultsPerGroup[group].dances %}
|
||||||
<th>{{ dance }}</th>
|
<th>{{ dance }}</th>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -35,10 +34,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if participant.finalist or not onlyFinalists %}
|
{% if participant.finalist or not onlyFinalists %}
|
||||||
<tr class="{{ rowCls }}">
|
<tr class="{{ rowCls }}">
|
||||||
<td>{{ participant.name }} ({{ participant.id }})</td>
|
|
||||||
<td>
|
<td>
|
||||||
|
{{ participant.name }} ({{ participant.id }})
|
||||||
{% if participant.club is not none %}
|
{% if participant.club is not none %}
|
||||||
{{ participant.club}}
|
, {{ participant.club}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
{% for dance in data.resultsPerGroup[group].dances %}
|
{% for dance in data.resultsPerGroup[group].dances %}
|
||||||
|
|||||||
Reference in New Issue
Block a user