|
|
|
@ -1038,7 +1038,7 @@ class Tournament(BaseModel): |
|
|
|
return plural_format("jour", self.day_duration) |
|
|
|
return plural_format("jour", self.day_duration) |
|
|
|
|
|
|
|
|
|
|
|
def has_club_address(self): |
|
|
|
def has_club_address(self): |
|
|
|
if self.event.club: |
|
|
|
if self.event and self.event.club: |
|
|
|
return self.event.club.has_address() |
|
|
|
return self.event.club.has_address() |
|
|
|
else: |
|
|
|
else: |
|
|
|
return False |
|
|
|
return False |
|
|
|
|