From 156056e9c31468564fb53ca284996a5de41471fb Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 23:28:46 +0200 Subject: Working version with all functionality --- templates/games.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/games.j2') diff --git a/templates/games.j2 b/templates/games.j2 index 50e1087..0285de1 100644 --- a/templates/games.j2 +++ b/templates/games.j2 @@ -9,7 +9,7 @@ {% for game in games %} - + {{ game.court }} {{ game.team1.player1 }} {{ game.team1.player2 }} -- cgit v1.3.1