diff --git a/tournaments/models/player_registration.py b/tournaments/models/player_registration.py index a63382f..b79cace 100644 --- a/tournaments/models/player_registration.py +++ b/tournaments/models/player_registration.py @@ -133,7 +133,7 @@ class PlayerRegistration(SideStoreModel): status['box_class'] = 'light-beige' status['short_label'] = f"{team.points_earned} pts" else: - status['box_class'] = False + status['display_box'] = False return status # Team has walked out