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 157 forks source link

Issue 256 #260

Closed danirus closed 3 years ago

danirus commented 3 years ago

Closes #256

odescopi commented 3 years ago

Good day dan.. please my project has a user app so only authenticated users can comment but it seems your login for unauthenticated users redirects to to Django admin login page (reply,likes, dislikes,flag) instead of a user login page I created..how do I reset it to my user login page.. Also it seems ur flagging doesn't render on the same page like reply,likes..it opens another page could it be possible?