1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-12-10 13:07:48 +01:00

Solve bug in join tournament

This commit is contained in:
Maxime JUST
2025-12-08 09:01:17 +01:00
parent 73cb9b20e7
commit 41b8ac9de4
2 changed files with 2 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ class ParticipationForm(forms.ModelForm):
),
'final',
)
self.helper.form_tag = False
class Meta:
model = Participation