diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 16:06:20 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 16:06:20 +0200 |
| commit | 63e1b52e1b76e136e6534949980d85ffe413f0c9 (patch) | |
| tree | a4f8e5745ad11be7e2f79740f3c590f4a67224a4 /app/templates/games.j2 | |
| parent | c041e74af8c69e8fb0680558e23dd7be542afcf6 (diff) | |
Working mobile and desktop version
Diffstat (limited to 'app/templates/games.j2')
| -rw-r--r-- | app/templates/games.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </thead> <tbody> {% for game in games %} - <tr {% if game.team_1[0].first_name == 'RESERVED' %} class="is-danger" {% endif %}> + <tr {% if game.team_1[0].first_name == 'RESERVED' %} data-theme="dark" {% endif %}> <th align="center" style="width: 8%;">{{ game.court.id }}</th> <td style="width: 23%;"><strong>{{ game.team_1[0].first_name }}</strong>{{ " " + game.team_1[0].last_name }}</th> <td style="width: 23%;"><strong>{{ game.team_1[1].first_name }}</strong>{{ " " + game.team_1[1].last_name }}</th> |
