danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 158 forks source link

206 follow up checkbox default value #270

Closed drholera closed 3 years ago

drholera commented 3 years ago

Hello @danirus Here is the new implementation according to your comment in #206

danirus commented 3 years ago

Hi @drholera, thank you for your help! :-)

danirus commented 3 years ago

FYI, I renamed the setting to COMMENTS_XTD_DEFAULT_FOLLOWUP. Initially I proposed a name that separated "follow" from "up". But strictly speaking, follow-up is a noun, while "follow up" is a verb. So given that here follow-up is a noun I removed the underscore. Thanks again for your contribution.