On Thu, 2007-06-14 at 20:30 +, Paul wrote:
> I don't think that is possible. When you reference the field inside
> the template (with form.my_field) you are accessing a BoundField that
> is tied to the formfield in question. From this BoundField you don't
> actually have access to the widget
I don't think that is possible. When you reference the field inside
the template (with form.my_field) you are accessing a BoundField that
is tied to the formfield in question. From this BoundField you don't
actually have access to the widget. Rather you call as_widget or
as_hidden (or __unicode
On Thu, 2007-06-14 at 00:12 +, Paul wrote:
> Is this possible? The old forms module allowed you to render the date
> and time separately in the template for the form. Now it seems this
> is no longer possible. So it isn't possible for instance to render
> the date on one row of a table and
Is this possible? The old forms module allowed you to render the date
and time separately in the template for the form. Now it seems this
is no longer possible. So it isn't possible for instance to render
the date on one row of a table and the time on the following row just
below it like:
{{for
4 matches
Mail list logo