From b3648537c753f9095dfaf22a2085f138fbcbbe15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 7 Nov 2016 12:35:30 +0100 Subject: [PATCH] Re-fix the event list tree menu --- app/templates/pages/menus/current_tree_event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}