furmeet-bot/webproj/templates/admin/change_form.html
2020-07-11 23:03:59 -03:00

8 lines
192 B
HTML

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