almostvindiesel wrote: > I have a ModelForm called RecipeForm built from a Recipe model. > > In the template, I'd like to output the individual components of the > form. Writing {{ form.as_table }} successfully renders the entire > form, however, I just want to output individual fields. > > I figured {{ form['recipe_name'] }} or > {{ unicode(form['recipe_name']) }} should work per the documentation > here: http://www.djangoproject.com/documentation/newforms/, but doing > so returns the following error within the template: > > TemplateSyntaxError > Could not parse the remainder: '['recipe_name']' from > 'form['recipe_name']' > > Any thoughts? > > Thanks!
http://www.djangoproject.com/documentation/newforms/#complex-template-output Jonathan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---