honzakral/django-threadedcomments

Render all comments under a comment

Closed this issue · 1 comments

Is there a way for me to render all comments, in a nested fashion, that are UNDER a given comment?

{% render_comment_list for main_comment %}  --> currently renders nothing

{% get_comment_count for main_comment as comment_count %} --->currently gives 0

Yes, there is a with [parentid] flag for this.