From 73cc0eba90a419c9e188e6409083930f48d37c43 Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 2 Apr 2025 09:26:00 +0200 Subject: [PATCH] update position / rank in tournament row --- tournaments/models/player_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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