diff --git a/mpicms/templates/base/wiki_page.html b/mpicms/templates/base/wiki_page.html index 7683450..6ab5bec 100644 --- a/mpicms/templates/base/wiki_page.html +++ b/mpicms/templates/base/wiki_page.html @@ -9,9 +9,6 @@ {% block page_content %}

{{ page.title }}

- {% if not page.body %} - {% include 'base/components/list_menu.html' with items=page.get_children.in_menu.live %} - {% endif %}