On Wed, May 19, 2010 at 1:23 PM, pyfreak <sitecontac...@gmail.com> wrote:

> I tried placing my form in the template like {{ f['subject'] }} and I
> get TemplateSyntaxError.  Of course using my own form and existing
> fields
>

Another important point is how to display the contents for a key in a
dictionary in a template (what you where trying to achieve).
Check out the meaning of the . in django templates [1].
    Iván

[1]
http://docs.djangoproject.com/en/dev/ref/templates/api/#rendering-a-context

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to