From d304a470e5a9fae6fc0c8975f050cb7aa290f74a Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 11:08:15 +0200 Subject: First working version with history --- templates/games.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/games.j2') diff --git a/templates/games.j2 b/templates/games.j2 index 55cabf4..50e1087 100644 --- a/templates/games.j2 +++ b/templates/games.j2 @@ -3,14 +3,14 @@ {{ title }} - Court + Court Team 1 Team 2 -{% for _, game in games.items() %} +{% for game in games %} - {{ game.court }} + {{ game.court }} {{ game.team1.player1 }} {{ game.team1.player2 }} {{ game.team2.player1 }} -- cgit v1.3.1