1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-24 20:21:18 +00:00

We can select teams for the final tournament

This commit is contained in:
Yohann D'ANELLO 2021-04-29 14:10:38 +02:00
parent ffaa6e8116
commit 9e885153c2
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85

View File

@ -67,7 +67,7 @@ class ParticipationForm(forms.ModelForm):
"""
class Meta:
model = Participation
fields = ('tournament',)
fields = ('tournament', 'final',)
class MotivationLetterForm(forms.ModelForm):