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:
@@ -222,7 +222,7 @@ class SynthesisForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = Synthesis
|
||||
fields = ('type', 'file',)
|
||||
fields = ('file',)
|
||||
|
||||
|
||||
class NoteForm(forms.ModelForm):
|
||||
|
||||
Reference in New Issue
Block a user