fix: js for milestone datetime picker
This commit is contained in:
parent
9bbabd9c69
commit
b686c5fd57
5 changed files with 21 additions and 13 deletions
|
@ -40,5 +40,5 @@ class MilestoneForm(forms.ModelForm):
|
|||
model = Milestone
|
||||
fields = ['name', 'due_date']
|
||||
widgets = {
|
||||
'due_date': DateTimePicker(format="%Y-%m-%d %H:%M"),
|
||||
'due_date': DateTimePicker(options=False),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue