update: it doesn't work in the for loop.
--------------
TemplateSyntaxError at /parts/8051/
'for' statements should use the format 'for x in y': for t in
part.forum.thread_set.all |slice: ":5"
--------------
this is the offending line:
{% for t in part.forum.thread_set.all |slice: ":5" %}
any ideas ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---