mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-01-24 06:21:17 +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.""")}
|
In case of date conflict, please write them in your motivation letter.""")}
|
||||||
</div>
|
</div>
|
||||||
"""
|
"""
|
||||||
unified_registration_tournament_ids = ",".join(str(tournament.id)
|
unified_registration_tournament_ids = ",".join(
|
||||||
for tournament in Tournament.objects.filter(
|
str(tournament.id) for tournament in Tournament.objects.filter(
|
||||||
unified_registration=True).all())
|
unified_registration=True).all())
|
||||||
self.helper.layout = Layout(
|
self.helper.layout = Layout(
|
||||||
'tournament',
|
'tournament',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user