update html ranking page

main
Razmig Sarkissian 2 years ago
parent 83f5f1a4d5
commit 5359adcd16
  1. 5
      scores/templates/scores/ranks.html

@ -92,15 +92,12 @@
<th>Classement</th>
<th>Nom</th>
<th>Poids</th>
<th>Rang initial</th>
</tr>
{% for team in tournament.teamsByFinalRank %}
<tr height='100%' style="background-color:{{ team.background_color }};">
<tr height='100%'>
<td class="score">#{{ team.position_finale }}</td>
<td class="name" width='40%'>{{ team.name|linebreaksbr }}</td>
<td class="score">{{ team.rank }}</td>
<td class="name" width='20%'>{{ team.position }}</td>
</tr>
{% endfor %}
</table>

Loading…
Cancel
Save