aboutsummaryrefslogtreecommitdiff
path: root/templates/games.j2
diff options
context:
space:
mode:
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>