furmeet-bot/webproj/templates/admin/change_form.html

8 lines
192 B
HTML
Raw Normal View History

2020-07-12 02:03:59 +00:00
{% extends "admin/change_form.html" %}
{% load static %}
{% block extrahead %}
<script>window.CKEDITOR_BASEPATH = {% static 'ckeditor/ckeditor/' %};</script>
{{ block.super }}
{% endblock %}