display_tournament when enable_online_registration is True

timetoconfirm
Raz 7 months ago
parent 1a5e31cb8e
commit 840d760ba4
  1. 2
      tournaments/models/tournament.py

@ -845,7 +845,7 @@ class Tournament(BaseModel):
return False
def display_tournament(self):
if self.publish_tournament:
if self.publish_tournament or self.enable_online_registration:
return True
is_build_and_not_empty = self.is_build_and_not_empty()

Loading…
Cancel
Save