diff --git a/Changelog b/Changelog index 61847b361..d8276d3a7 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-10-24 DariusIII + * Fix: Add missing bootstrap-datepicker from admin area * Chg: Update laravel/framework to version 5.7.11 * Chg: Update user migration and add patch to add email_verified_at column to users table * Chg: Update jrean/laravel-user-verification to version 7.0.1 diff --git a/resources/views/themes/admin/baseadminpage.tpl b/resources/views/themes/admin/baseadminpage.tpl index 4af84ecfc..979235827 100644 --- a/resources/views/themes/admin/baseadminpage.tpl +++ b/resources/views/themes/admin/baseadminpage.tpl @@ -127,6 +127,7 @@ {{Html::script("{$smarty.const.WWW_ASSETS}/font-awesome/svg-with-js/js/fa-v4-shims.js")}} {{Html::script("{$smarty.const.WWW_ASSETS}/font-awesome/svg-with-js/js/fontawesome-all.js")}} +{{Html::script("{$smarty.const.WWW_ASSETS}/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js")}}