1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-12-11 11:17:53 +01: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):