Files
FireGame/templates/admin/change_form.html
2023-05-16 17:14:16 +03:00

6 lines
168 B
HTML

{% extends "admin/change_form.html" %}
{% block extrahead %}
<script>window.CKEDITOR_BASEPATH = '/static/ckeditor/ckeditor/';</script>
{{ block.super }}
{% endblock %}