Patrick J. Anderson wrote:
> {% load comments.comments %}
>
> <dl class='latest'>
>     {% for p in latest %}
>       {% get_free_comment_count for blog.post object.id as comment_count
<snip/>
> What could be the reason for failed lookup on key[id]?

Shouldn't that be 'p.id' rather than 'object.id' in the
get_free_comment_count call?


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to