Re: Form Field's required

2009-06-16 Thread Joshua Partogi
Thanks Alex. On Wed, Jun 17, 2009 at 9:14 AM, Alex Gaynor wrote: > > > On Tue, Jun 16, 2009 at 6:12 PM, Joshua Partogi wrote: > >> Dear all, >> >> I want to add an asteriks in the template for required Form Fields. What >> is the instance attribute

Re: Form Field's required

2009-06-16 Thread Alex Gaynor
On Tue, Jun 16, 2009 at 6:12 PM, Joshua Partogi wrote: > Dear all, > > I want to add an asteriks in the template for required Form Fields. What is > the instance attribute for it? I tried reading from >

Form Field's required

2009-06-16 Thread Joshua Partogi
Dear all, I want to add an asteriks in the template for required Form Fields. What is the instance attribute for it? I tried reading from http://docs.djangoproject.com/en/dev/topics/forms/#looping-over-the-form-s-fieldsbut could not find anything like it. I wonder how they do it in the django