]> git.parisson.com Git - mezzo.git/commitdiff
Fix the summary menu
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 12:45:54 +0000 (14:45 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 12:45:54 +0000 (14:45 +0200)
app/templates/pages/menus/current_tree_primary.html

index c3efe733b66cae2e76949efc931916d687bfacbe..92bb1fc3ee0fc860acff68ccbb776b96d22c7613 100644 (file)
@@ -31,7 +31,7 @@
                         {% page_menu page %}
                     </ul>
                 {% 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 %}
                     <ul class="nav-tree" data-summary>
                         {% include "pages/menus/current_tree_summary.html" %}
                     </ul>