aboutsummaryrefslogtreecommitdiff
path: root/templates/games.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-11 16:59:45 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-11 16:59:45 +0200
commit0db0ff2f1c712273ac48cb859c24253b1efa8384 (patch)
treeb92c4bd847ca94ad5cdf5a0b85576328484ff061 /templates/games.j2
parent39a01979a470e836da1128503e4587cb76eeae33 (diff)
First working version with court selection
Diffstat (limited to 'templates/games.j2')
-rw-r--r--templates/games.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/games.j2 b/templates/games.j2
index 22ea936..83fff7f 100644
--- a/templates/games.j2
+++ b/templates/games.j2
@@ -7,7 +7,7 @@
</tr>
{% for game in games %}
<tr>
- <th>{{ loop.index }}</th>
+ <th>{{ game.court.number }}</th>
<td>{{ game.team1.player1.name }}</th>
<td>{{ game.team1.player2.name }}</th>
<td>{{ game.team2.player1.name }}</th>