Fix date-picker.html import

This commit is contained in:
Alexandre Iooss 2020-08-09 19:16:11 +02:00
parent 7b40ee1ca4
commit e9ae8531b8
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}