From: Jérémy Fabre Date: Mon, 7 Nov 2016 11:23:48 +0000 (+0100) Subject: Try to fix the event tree menu X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ae1753eec53d05d62a18400a13650eecd7ccffa2;p=mezzo.git Try to fix the event tree menu --- diff --git a/app/templates/pages/menus/current_tree_event.html b/app/templates/pages/menus/current_tree_event.html index 8894a824..8a1f0454 100644 --- a/app/templates/pages/menus/current_tree_event.html +++ b/app/templates/pages/menus/current_tree_event.html @@ -29,22 +29,24 @@ {% endif %} {% if branch_level == 1 %} {% for page in page_branch %} - + {% if page.in_menu %} + + {% endif %} {% endfor %} {% endif %} {% if branch_level == 2 %}