From e9ae8531b84c14679d73e829b91640d6690a4427 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 9 Aug 2020 19:16:11 +0200 Subject: [PATCH] Fix date-picker.html import --- note_kfet/inputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}