set task field to hidden
This commit is contained in:
@@ -128,4 +128,5 @@ class DocumentForm(forms.ModelForm):
|
|||||||
|
|
||||||
widgets = {
|
widgets = {
|
||||||
"date": DateInput(format=("%d-%m-%Y")),
|
"date": DateInput(format=("%d-%m-%Y")),
|
||||||
|
"task": HiddenInput
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user