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:
parent
ffaa6e8116
commit
9e885153c2
@ -67,7 +67,7 @@ class ParticipationForm(forms.ModelForm):
|
||||
"""
|
||||
class Meta:
|
||||
model = Participation
|
||||
fields = ('tournament',)
|
||||
fields = ('tournament', 'final',)
|
||||
|
||||
|
||||
class MotivationLetterForm(forms.ModelForm):
|
||||
|
Loading…
x
Reference in New Issue
Block a user