diff options
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> |
