Hi,
{{ fields }} is rendered by the as_widget() method of the BoundField class.
Jorge
On Feb 15, 2008 8:58 PM, Rajesh Dhawan <[EMAIL PROTECTED]> wrote:
>
>
>
> On Feb 14, 4:15 am, shabda <[EMAIL PROTECTED]> wrote:
> > When using newforms, I want to get the id set on the input field.
> > I am d
On Feb 14, 4:15 am, shabda <[EMAIL PROTECTED]> wrote:
> When using newforms, I want to get the id set on the input field.
> I am doing something like,
> {% for field in form %}
> {{ field }}
> ...
>
> Now this {{field}} will render as something like,
>
>
> Withing the template how can I acces
When using newforms, I want to get the id set on the input field.
I am doing something like,
{% for field in form %}
{{ field }}
...
Now this {{field}} will render as something like,
Withing the template how can I access the value for id. If this is not
possible where in code does Django set th
3 matches
Mail list logo