Current version: django 1.0/satchmo svn trunk as of 10 minutes ago.
When I go to the front page of the freshly installed sample app the
click an item (say the first item), I get a template error on line 11
of the _product_ratings.html template. The error says: Invalid filter:
'product_rating_average_string'
the line is
{% with product|product_rating_average_string as rating %}
If I take this block out (lines 11-13), I get another error on line 23
({% product_rating_form request product form %}) also related to
product ratings. And if I take that out, all is ok, but I dont get to
show the ratings.
So, is there something I need to install or enable to get these
ratings to work?
Thanks.
Ben
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo 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/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---