asaglimbeni / django-datetime-widget

Bootstrap django-datetime-widget is a simple and clean widget for DateField, Timefiled and DateTimeField in Django framework. It is based on Bootstrap datetime picker, supports both Bootstrap 3 and Bootstrap 2
Other
219 stars 125 forks source link

Move todayBtn to quoted_bool_options #79

Open odero opened 9 years ago

odero commented 9 years ago

todayBtn is currently under quoted_options instead of quoted_bool_options causing the widget to fail when todayBtn is added as a Boolean option.