Thanks Samuel. I tried that, too, but all p.X seemed to return was the
index of the tuple (1, 2, etc).

On Sep 12, 2:54 pm, Samuel Adam <[EMAIL PROTECTED]> wrote:
> Try this :
>
> {% for p in posts %}
>         {{ p.0 }}
>         {{ p.1 }}
> {% endfor %}
>
> :P


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to