On Tuesday, May 16, 2017 at 9:51:07 AM UTC+2, guettli wrote:
>
>
> This is a basic fact, and AFAIK this basic question is not solved yet.
>
> <table>{{ form }}</table>  *  vs   * {{ form }}
>

That question is actually answered by the documentation 
<https://docs.djangoproject.com/en/1.11/ref/forms/api/#outputting-forms-as-html>
:


>    - For flexibility, the output does *not* include the <table> and 
>    </table> tags, nor does it include the <form> and </form> tags or an 
>    <input type="submit"> tag. It’s your job to do that.
>
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ee89870f-368d-4b90-8569-2a0e34071e2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to