From 0da8dc16fb26e9df5d0efd7c7a463e354d8e00cf Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 6 Jul 2025 12:58:07 +0200 Subject: Transitioned back to a traditional flask app --- src/match_up/templates/games.j2 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/match_up/templates/games.j2 (limited to 'src/match_up/templates/games.j2') diff --git a/src/match_up/templates/games.j2 b/src/match_up/templates/games.j2 deleted file mode 100644 index 46150f7..0000000 --- a/src/match_up/templates/games.j2 +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - -{% for game in games %} - - - -{% endfor %} - -
{{ title }}
Court Team 1 Team 2
{{ game.court }}{{ game.team1.player1.first }}{{ " " + game.team1.player1.last }} - {{ game.team1.player2.first }}{{ " " + game.team1.player2.last }} - {{ game.team2.player1.first }}{{ " " + game.team2.player1.last }} - {{ game.team2.player2.first }}{{ " " + game.team2.player2.last }} -
\ No newline at end of file -- cgit v1.3.1