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
218 stars 125 forks source link

Multiple widgets in a single form #96

Closed JMurph2015 closed 7 years ago

JMurph2015 commented 7 years ago

Hi, currently it seems like this doesn't support having multiple date fields in one form. For some reason the Javascript/Bootstrap bugs out. Any ideas?

JMurph2015 commented 7 years ago

I found my problem. I mistook the id parameter for a timezone id. Making sure that they had unique id's did the trick.