From fe05f3b5a38bdbfcaa7e3e73b1fe8fa9a13f429e Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 6 Feb 2020 23:28:24 +0100 Subject: [PATCH] Ugly3: Show Languge box... --- mpicms/templates/wagtailadmin/pages/edit.html | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/mpicms/templates/wagtailadmin/pages/edit.html b/mpicms/templates/wagtailadmin/pages/edit.html index be8b615..3b4b5e6 100644 --- a/mpicms/templates/wagtailadmin/pages/edit.html +++ b/mpicms/templates/wagtailadmin/pages/edit.html @@ -1,9 +1,55 @@ {% extends "wagtailadmin/pages/edit.html" %} +{%block content %} +{{ block.super }} +
+{% endblock %} + + + {% block extra_css %} {{ block.super }} {% endblock %} + +{% block extra_js %} +{{ block.super }} + +{% endblock %}