diff --git a/mpicms/templates/wagtailadmin/pages/edit.html b/mpicms/templates/wagtailadmin/pages/edit.html new file mode 100644 index 0000000..be8b615 --- /dev/null +++ b/mpicms/templates/wagtailadmin/pages/edit.html @@ -0,0 +1,9 @@ +{% extends "wagtailadmin/pages/edit.html" %} +{% block extra_css %} +{{ block.super }} + +{% endblock %}