? 2011?12?22? 06:04, Timothy Makobu ??:
ow do I get rid of the "Post:
The template render the form is {{field.label}} and {{field}}, you only need to display {{filed}}, for example:

{% for field in form %}
    {{field}}
{% endfor %}

Hope this can help you.

--
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 
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