mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 08:12:17 +02:00
Fix linting
This commit is contained in:
@ -613,7 +613,7 @@ class PassageCreateView(VolunteerMixin, CreateView):
|
||||
def get_form(self, form_class=None):
|
||||
form = super().get_form(form_class)
|
||||
form.instance.pool = self.pool
|
||||
fSynthesisorm.fields["defender"].queryset = self.pool.participations.all()
|
||||
form.fields["defender"].queryset = self.pool.participations.all()
|
||||
form.fields["opponent"].queryset = self.pool.participations.all()
|
||||
form.fields["reporter"].queryset = self.pool.participations.all()
|
||||
return form
|
||||
|
Reference in New Issue
Block a user