arviesan

Results 1 comments of arviesan

This is the only changes I made on its settings. I'm using `django-summernote==0.8.11.4` ``` SUMMERNOTE_THEME = 'bs4' SUMMERNOTE_CONFIG = { 'width': '100%', 'height': '300', } ```