set task field to hidden

This commit is contained in:
2022-01-19 16:52:39 +00:00
parent 728af8eb72
commit 9645f3cd1a

View File

@@ -128,4 +128,5 @@ class DocumentForm(forms.ModelForm):
widgets = {
"date": DateInput(format=("%d-%m-%Y")),
"task": HiddenInput
}