django-summernote
django-summernote copied to clipboard
Other boostrap theme not working correctly SUMMERNOTE_THEME = 'bs5'
With summernote 0.8.20, with in settings.py SUMMERNOTE_THEME = 'bs5', the widget is not working, at least in admin:
What is looks like with default setting:
With `SUMMERNOTE_THEME = 'bs5':

The buttons, for example to select title and subtiles, are not working, neither the code formatting. There is also the code formatting issue with `SUMMERNOTE_THEME = 'bs4'.
Same here.