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:
@ -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