Re: Determining the type of a form field within a template

2009-06-13 Thread Alex Gaynor
On Sun, Jun 14, 2009 at 12:08 AM, Thomas Sutton wrote: > > Hi Jashugan, > > On 13/06/2009, at 12:28 AM, Jashugan wrote: > > > > > On Jun 11, 8:49 pm, "thsut...@gmail.com" wrote: > > > >> > >> This has been trivial in every other framework I've used and I'm sure > >> it is in Django as well, but

Re: Determining the type of a form field within a template

2009-06-13 Thread Thomas Sutton
Hi Jashugan, On 13/06/2009, at 12:28 AM, Jashugan wrote: > > On Jun 11, 8:49 pm, "thsut...@gmail.com" wrote: > >> >> This has been trivial in every other framework I've used and I'm sure >> it is in Django as well, but I'm completely stumped. Is there any way >> to do this which doesn't require

Re: Determining the type of a form field within a template

2009-06-12 Thread Jashugan
On Jun 11, 8:49 pm, "thsut...@gmail.com" wrote: > > This has been trivial in every other framework I've used and I'm sure > it is in Django as well, but I'm completely stumped. Is there any way > to do this which doesn't require that I write custom code for every > form and/or checkbox in my pro