Skip to content

Load ckeditor after Django CMS

decentral1se requested to merge fix_ckeditor_template_tags into develop

Created by: tomd-aptivate

CK editor has an old template that is not compatable with current Django versions. Django CMS already has a fix for this issue, but this requires the CMS template to take precedence so CMS must be loaded first.

Merge request reports