set task field to hidden

This commit is contained in:
2022-01-19 16:52:39 +00:00
parent ab9ebf0f1c
commit 6cc75908ac

View File

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