Hi,

Ive created a table which returns all my data in my.html template.

However, the problem is the second record tags onto the end of the first, 
instead of wrapping,

i.e/

pk     Name   Surname  pk  Name  Surname
1       John     Smith       2    Jane   Smith 

instead of/

PK    Name   Surname
1       John    Smith 
2       Jane    Smith 


Please advise if there is a simple way to wrap the records so they fully 
stack?

Best,

K

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0703c711-63cc-4668-90c6-4606294d9148%40googlegroups.com.

Reply via email to