init
This commit is contained in:
6
templates/admin/change_form.html
Normal file
6
templates/admin/change_form.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "admin/change_form.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
<script>window.CKEDITOR_BASEPATH = '/static/ckeditor/ckeditor/';</script>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user