Re: Doesn't display any comments

2013-05-18 Thread Anitha Rao
Try this template code:The template tags should be lined up in one single line. Comments {% get_comment_count for bookmarks.sharedbookmark shared_bookmark.idas comment_count %} {% get_comment_list for bookmarks.sharedbookmark shared_bookmark.idas comment_list %}

Re: Doesn't display any comments

2013-05-18 Thread Anitha Rao
Your template code should be in the same line. like: the template code: Comments {% get_comment_count for bookmarks.sharedbookmark shared_bookmark.idas comment_count %} {% get_comment_list for bookmarks.sharedbookmark shared_bookmark.idas comment_list %} {% for c