From 58ea31bc73798cc7aec57f5236075066193e312e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Jan 2018 15:59:26 +0100 Subject: Adapt layout for bootstrap v4-beta3 --- bootstrap_datepicker/widgets.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bootstrap_datepicker/widgets.py') diff --git a/bootstrap_datepicker/widgets.py b/bootstrap_datepicker/widgets.py index 7baa44e66..be317f5d9 100644 --- a/bootstrap_datepicker/widgets.py +++ b/bootstrap_datepicker/widgets.py @@ -28,7 +28,7 @@ class DatePicker(DateTimeInput): class Media: class JSFiles(object): def __iter__(self): - yield 'js/bootstrap-datepicker.min.js' + yield 'js/bootstrap-datepicker.js' lang = translation.get_language() if lang: lang = lang.lower() @@ -83,8 +83,10 @@ class DatePicker(DateTimeInput): html_template = """ - - + + + + """ -- cgit v1.2.3