From 3952b4198a603f97f751574a6f01166f81f6fd88 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Thu, 20 Feb 2020 00:21:08 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20duplicitn=C3=AD=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/templates/base.html | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index de72a19e..a53fa3df 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -96,30 +96,10 @@
- {% sitetree_menu from "main_menu" include "trunk" %} - - {# - {% for item in menu_top %} -
  • - {{ item.name }} -
  • - {% if item.submenu %} - - {% endif %} - {% endfor %} - #} - - -
    +
    {% block content %} {% endblock content %} -
    +