Set window.CKEDITOR_BASEPATH in text_plugin_change_form.html to fix #124.

This commit is contained in:
Jeffrey Goettsch 2014-05-14 16:48:25 -07:00
parent 6182ea4d6a
commit eeaee308b5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
{% block extrahead %}
{{ block.super }}
<script>window.CKEDITOR_BASEPATH = "{{ STATIC_URL }}ckeditor/";</script>
<script src="{% static "cms/js/modules/cms.base.js" %}"></script>
<script>
(function($) {