Re: Seperate fields for SelectDateWidget in template

2014-01-21 Thread ernando
Hi, You have to look on MultiWidget and use it as base to create your own one. - Dmitry On Monday, January 6, 2014 7:22:07 PM UTC+3, Voyager wrote: > > I have Googled a lot but I can't find an answer. I want to use > SelectDateWidget in one of my forms but I want the select boxes in > separat

Seperate fields for SelectDateWidget in template

2014-01-06 Thread voger
I have Googled a lot but I can't find an answer. I want to use SelectDateWidget in one of my forms but I want the select boxes in separate divs so I can use them with Zurb Foundation. With all the other widgets it is easy. For example I can do {{ form.username.label_tag }}