{% extends change_form_template|default:"admin/cms/page/plugin/change_form.html" %} {% comment %}This template overwriting is needed to load the FB_CKEditor that is needed to plug Filebrowser with CKEditor. Also we take advantage of this to add a line code to avoid self closing tag because we want to enforce HTML5 again XHTML. And finally, we includes some javascripts frontend needed to have a better rendering.{% endcomment %} {% load admin_static %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %}