django-trix
django-trix copied to clipboard
Add mark_safe to widget
Without mark_safe, the widget rendered as an escaped string. Adding mark safe actually adds the html to the page.