On Thursday, 22 December 2011 09:09:16 UTC, @timkofu wrote:
>
> Also, I just found out from here 
> https://docs.djangoproject.com/en/1.3/topics/forms/ that i can just:
>
> {{form.field_name}}
>
> which makes things even more flexible.
>
 
Don't forget that you will need to render the validation error messages (if 
any) separately in that case, with {{ form.field_name.errors }} 
--
DR.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/NGZ_-PZDp1YJ.
To post to this group, send email to django-users@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