From 0aafbcc0b396aebfe1cd98ceea451b239c6c397c Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sat, 4 Feb 2017 10:10:32 +0100 Subject: Update bootstrap-datepicker to 1.6.4 Actually switching to maintained fork at https://github.com/uxsolutions/bootstrap-datepicker ; the original project being unmaintained since 2012. - Works with recent jQuery - BS4 is not supported by bootstrap-datepicker, but actually, it works :-) ref https://github.com/uxsolutions/bootstrap-datepicker/issues/1670 --- budget/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/static/css/main.css') diff --git a/budget/static/css/main.css b/budget/static/css/main.css index eded897..a82ffe6 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -1,5 +1,5 @@ @import "bootstrap.min.css"; -@import "datepicker.css"; +@import "bootstrap-datepicker3.standalone.css"; @import "../fonts/fontfaces.css"; /* General */ -- cgit v1.1