From 63e1b52e1b76e136e6534949980d85ffe413f0c9 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 25 Jul 2025 16:06:20 +0200 Subject: Working mobile and desktop version --- app/templates/games.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates/games.j2') diff --git a/app/templates/games.j2 b/app/templates/games.j2 index ce2a412..5041ce1 100644 --- a/app/templates/games.j2 +++ b/app/templates/games.j2 @@ -10,7 +10,7 @@ {% for game in games %} - + {{ game.court.id }} {{ game.team_1[0].first_name }}{{ " " + game.team_1[0].last_name }} {{ game.team_1[1].first_name }}{{ " " + game.team_1[1].last_name }} -- cgit v1.3.1