Re: Template Not Displaying INPUT FIELD

2007-01-29 Thread johnny
Thank you. It worked. john On Jan 29, 2:58 pm, "Collin Grady" <[EMAIL PROTECTED]> wrote: > DateTimeFields have two inputs, not one. You need to use > {{ form.start_at_date }} and {{ form.start_at_time }} > > In addition, you cannot use the date or time filters on a form field. > > On Jan 28, 3:

Re: Template Not Displaying INPUT FIELD

2007-01-29 Thread Collin Grady
DateTimeFields have two inputs, not one. You need to use {{ form.start_at_date }} and {{ form.start_at_time }} In addition, you cannot use the date or time filters on a form field. On Jan 28, 3:16 pm, "johnny" <[EMAIL PROTECTED]> wrote: > In my template, I am not getting a input field for start

Template Not Displaying INPUT FIELD

2007-01-28 Thread johnny
In my template, I am not getting a input field for start_at. In my MySQL, I have the following: --+---+--+-+- ++ Field| Type | Null | Key | Default | Extra | --+---+--+