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

The frontend must be aware of COMMENTS_XTD_DEFAULT_FOLLOWUP #291

Closed danirus closed 3 years ago

danirus commented 3 years ago

The frontend side must be aware of the COMMENTS_XTD_DEFAULT_FOLLOWUP setting. The forms displayed using the JavaScript plugin must initialize the followup checkbox with the value given in that setting.