darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.33k stars 705 forks source link

Rich text editor and a field named "content" #283

Closed yanikproulx closed 10 years ago

yanikproulx commented 10 years ago

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".

SalahAdDin commented 10 years ago

Are you use a djnago-ckeditor?

yanikproulx commented 10 years ago

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.

SalahAdDin commented 10 years ago

Maybe you have to change the TextField for RichField. I did this and i don't have any problem.

darklow commented 10 years ago

See issue #182