update html ranking page

prod
Razmig Sarkissian 2 years ago
parent b8f793648b
commit 2dbbb65ee7
  1. 5
      scores/templates/scores/ranks.html

@ -92,15 +92,12 @@
<th>Classement</th> <th>Classement</th>
<th>Nom</th> <th>Nom</th>
<th>Poids</th> <th>Poids</th>
<th>Rang initial</th>
</tr> </tr>
{% for team in tournament.teamsByFinalRank %} {% 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="score">#{{ team.position_finale }}</td>
<td class="name" width='40%'>{{ team.name|linebreaksbr }}</td> <td class="name" width='40%'>{{ team.name|linebreaksbr }}</td>
<td class="score">{{ team.rank }}</td> <td class="score">{{ team.rank }}</td>
<td class="name" width='20%'>{{ team.position }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>

Loading…
Cancel
Save