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

Update user_feedback.html #230

Closed DashDot7 closed 3 years ago

DashDot7 commented 3 years ago

mutedlink should be replaced with text-muted for like and dislike buttons to look proper

danirus commented 3 years ago

The class mutedlink exist in the bootstrap.min.css file distributed with django-comments-xtd. I suggest you to replace the user_feedback.html template with your own when using the app. Thank you anyway for the PR.

DashDot7 commented 3 years ago

Thanks! you are right I was using the latest version of bootstrap. But, I think I think we should consider upgrading current bootstrap file with the latest version 4.5.3 Thanks for response BTW.