mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 07:32:18 +02:00
Send syntheses
This commit is contained in:
@ -58,4 +58,4 @@ class SolutionForm(forms.ModelForm):
|
||||
class SynthesisForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = Synthesis
|
||||
fields = ('file', 'dest',)
|
||||
fields = ('file', 'source', 'round',)
|
||||
|
Reference in New Issue
Block a user