mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-01-24 00:21:18 +00:00
Linting
This commit is contained in:
parent
8433390e19
commit
3807fbcf45
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user