From 3807fbcf45803ff80a87f94259595ca6b9ac9aa5 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Tue, 14 Jan 2025 20:16:04 +0100 Subject: [PATCH] Linting --- participation/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/participation/forms.py b/participation/forms.py index 5c582ee..75c60a3 100644 --- a/participation/forms.py +++ b/participation/forms.py @@ -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.""")} """ - 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',