vitalets / combodate

Dropdown date and time picker
http://vitalets.github.com/combodate
207 stars 82 forks source link

Can I issue multiple calls for datetime input field from my main page? #73

Open akankshaD opened 6 years ago

akankshaD commented 6 years ago

Hi, I am pretty much new to html and Flask. I am using combodate to get drop down datetime for multiple instances of time slots. The first tag from index.html gives me 200 (working) but the other three are giving 304(not rendered correctly). I have added the js files in the static folder. I would appreciate if you could tell me what am I missing.

Thanks