diff options
Diffstat (limited to 'templates/games.j2')
| -rw-r--r-- | templates/games.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </thead> <tbody> {% for game in games %} - <tr> + <tr {% if game.team1.player1 == 'RESERVED' %} class="is-danger" {% endif %}> <th align="center">{{ game.court }}</th> <td>{{ game.team1.player1 }}</th> <td>{{ game.team1.player2 }}</th> |
