vitalets/combodate

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

Opened this issue · 0 comments

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 <input.../> 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