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

removed comment still shows #97

Open tisdall opened 6 years ago

tisdall commented 6 years ago

If you have a comment with a reply to it and then use the moderation to "delete" the root one, it seems that both comments are still shown regardless. Was it intended to leave users of this library to add a {% if comment.is_removed %} in their own template and display something like "[DELETED]"? Or am I missing something?