1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 11:18:27 +02:00

We can select teams for the final tournament

This commit is contained in:
2021-04-29 14:10:38 +02:00
parent ffaa6e8116
commit 9e885153c2

View File

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