{% extends "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 %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block extrahead %}{{ block.super }} {% endblock %}