honzakral / django-threadedcomments

django-threadedcomments is a simple yet flexible threaded commenting system for Django.
BSD 3-Clause "New" or "Revised" License
622 stars 165 forks source link

Render all comments under a comment #77

Closed sam-ghosh closed 7 years ago

sam-ghosh commented 8 years ago

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
vdboor commented 7 years ago

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