From e0cc089b1eb74bbf83da3138e91730876f6b1709 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 10 Jan 2021 16:25:32 +0100 Subject: [PATCH] templates/wiki_page: Remove

element The

element at this level are wrong, because the StreamField blocks will add their own

elements and nested

elements are not legal. This structural errors makes the fallback text in a

element. --- mpicms/templates/base/wiki_page.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mpicms/templates/base/wiki_page.html b/mpicms/templates/base/wiki_page.html index 5871a5d..9ba5975 100644 --- a/mpicms/templates/base/wiki_page.html +++ b/mpicms/templates/base/wiki_page.html @@ -15,10 +15,8 @@

{{ page.title }}

{% endif %}
-

{% for block in page.body %} {% include_block block %} {% endfor %} -

-{% endblock %} \ No newline at end of file +{% endblock %}