From 357f7102132f5afe10ffa6ec98d2b23795b7e064 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 23 Sep 2016 14:45:54 +0200 Subject: [PATCH] Fix the summary menu --- app/templates/pages/menus/current_tree_primary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/pages/menus/current_tree_primary.html b/app/templates/pages/menus/current_tree_primary.html index c3efe733..92bb1fc3 100644 --- a/app/templates/pages/menus/current_tree_primary.html +++ b/app/templates/pages/menus/current_tree_primary.html @@ -31,7 +31,7 @@ {% page_menu page %} {% endif %} - {% if page.is_current_or_ascendant and not page.has_children_in_menu%} + {% if page.is_current_or_ascendant and not page.has_children_in_menu %} -- 2.39.5