diff --git a/fet2020/tasks/forms.py b/fet2020/tasks/forms.py index 95014b86..9f2639e2 100644 --- a/fet2020/tasks/forms.py +++ b/fet2020/tasks/forms.py @@ -128,4 +128,5 @@ class DocumentForm(forms.ModelForm): widgets = { "date": DateInput(format=("%d-%m-%Y")), + "task": HiddenInput }