django-fluent-comments icon indicating copy to clipboard operation
django-fluent-comments copied to clipboard

Template support for `COMMENTS_HIDE_REMOVED`

Open vdboor opened this issue 6 years ago • 1 comments

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"

vdboor avatar Jun 05 '18 10:06 vdboor

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".

tisdall avatar Oct 25 '18 12:10 tisdall