1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-04 01:32:11 +02:00

Fix synthesis upload

This commit is contained in:
2021-04-04 18:13:30 +02:00
parent 30a0e63eb9
commit de504a1706
3 changed files with 4 additions and 3 deletions

View File

@ -222,7 +222,7 @@ class SynthesisForm(forms.ModelForm):
class Meta:
model = Synthesis
fields = ('type', 'file',)
fields = ('file',)
class NoteForm(forms.ModelForm):