mirror of https://github.com/snachodog/mybuddy.git
parent
5ec926ac2b
commit
b5ca81057d
|
@ -100,7 +100,7 @@ class ChildForm(forms.ModelForm):
|
|||
"birth_date": forms.DateInput(
|
||||
attrs={
|
||||
"autocomplete": "off",
|
||||
"data-target": "#datetimepicker_date",
|
||||
"data-target": "#datetimepicker_birth_date",
|
||||
}
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue