Fix date-picker.html import
This commit is contained in:
parent
7b40ee1ca4
commit
e9ae8531b8
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class DatePickerDictionary:
|
|||
class BasePickerInput(DateTimeBaseInput):
|
||||
"""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'
|
||||
format = '%Y-%m-%d'
|
||||
config = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue