1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-24 03:41:17 +00:00
This commit is contained in:
Emmy D'Anello 2025-01-14 20:16:04 +01:00
parent 8433390e19
commit 3807fbcf45
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85

View File

@ -89,8 +89,8 @@ you're accepting that your team may be selected for one of these tournaments.
In case of date conflict, please write them in your motivation letter.""")}
</div>
"""
unified_registration_tournament_ids = ",".join(str(tournament.id)
for tournament in Tournament.objects.filter(
unified_registration_tournament_ids = ",".join(
str(tournament.id) for tournament in Tournament.objects.filter(
unified_registration=True).all())
self.helper.layout = Layout(
'tournament',