mirror of https://gitlab.crans.org/bde/nk20
Fix date-picker.html import
This commit is contained in:
parent
7b40ee1ca4
commit
e9ae8531b8
|
@ -97,7 +97,7 @@ class DatePickerDictionary:
|
||||||
class BasePickerInput(DateTimeBaseInput):
|
class BasePickerInput(DateTimeBaseInput):
|
||||||
"""Base Date-Picker input class for widgets of this package."""
|
"""Base Date-Picker input class for widgets of this package."""
|
||||||
|
|
||||||
template_name = 'bootstrap_datepicker_plus/date_picker.html'
|
template_name = 'bootstrap_datepicker_plus/date-picker.html'
|
||||||
picker_type = 'DATE'
|
picker_type = 'DATE'
|
||||||
format = '%Y-%m-%d'
|
format = '%Y-%m-%d'
|
||||||
config = {}
|
config = {}
|
||||||
|
|
Loading…
Reference in New Issue