django-summernote
django-summernote copied to clipboard
Coloured font fields not displayed properly in fields cleaned by bleach
When changing the background colour and text colour of fields they are not displayed properly. Also code formatted fields
Summernote outputs these fields with the <font> tag and the color attribute. These are not in the allowed attributes and tags in the bleach settings
i have opened a PR here - https://github.com/summernote/django-summernote/pull/410