django-fluent / django-fluent-comments

A modern, ajax-based appearance for django comments
https://django-fluent.org/
Apache License 2.0
182 stars 90 forks source link

Template support for `COMMENTS_HIDE_REMOVED` #113

Open vdboor opened 6 years ago

vdboor commented 6 years ago

https://django-contrib-comments.readthedocs.io/en/latest/settings.html

When COMMENTS_HIDE_REMOVED = True the comments can be shown as "This comment was removed"

tisdall commented 6 years ago

I read the docs as saying COMMENTS_HIDE_REMOVED = True means the removed comments are not shown (the default). If COMMENTS_HIDE_REMOVED = False then you show "This comment was removed".