From: Jérémy Fabre Date: Mon, 7 Nov 2016 11:35:30 +0000 (+0100) Subject: Re-fix the event list tree menu X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b3648537c753f9095dfaf22a2085f138fbcbbe15;p=mezzo.git Re-fix the event list tree menu --- diff --git a/app/templates/pages/menus/current_tree_event.html b/app/templates/pages/menus/current_tree_event.html index 8a1f0454..1f359d03 100644 --- a/app/templates/pages/menus/current_tree_event.html +++ b/app/templates/pages/menus/current_tree_event.html @@ -29,7 +29,7 @@ {% endif %} {% if branch_level == 1 %} {% for page in page_branch %} - {% if page.in_menu %} + {% if page.in_menu and page.in_menus|first %}