Closed yanikproulx closed 10 years ago
Are you use a djnago-ckeditor?
Yes Le 2014-09-10 17:45, "Yusuf (Josè) Luis" notifications@github.com a écrit :
Are you use a djnago-ckeditor?
— Reply to this email directly or view it on GitHub https://github.com/darklow/django-suit/issues/283#issuecomment-55188090.
Maybe you have to change the TextField for RichField. I did this and i don't have any problem.
See issue #182
I have a model with a TextField named "content". When trying to use a rich text editor with it (in this case CK-Editor), I believe the init has a mix up between the field named "content" and the page's DIV id="content".