update position / rank in tournament row

sync_v2
Raz 7 months ago
parent 5d84a6bd63
commit 73cc0eba90
  1. 2
      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

Loading…
Cancel
Save