diff --git a/note_kfet/inputs.py b/note_kfet/inputs.py index 8e3d9e29..45365bbd 100644 --- a/note_kfet/inputs.py +++ b/note_kfet/inputs.py @@ -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 = {}