BO 1.9.2 ckeditor

This commit is contained in:
Bossanyi Tibor
2021-04-24 19:23:01 +02:00
parent a3418cfd91
commit eacefb27b6
8 changed files with 28 additions and 15 deletions
@@ -0,0 +1,6 @@
{% extends "admin/base_site.html" %}
{% block extrahead %}
<script>window.CKEDITOR_BASEPATH = '/static/ckeditor/ckeditor/';</script>
{{ block.super }}
{% endblock %}