From: Jérémy Fabre Date: Mon, 7 Nov 2016 10:44:05 +0000 (+0100) Subject: Fix indentation X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=91eda5f82248566d6ea9a7e88dc867839810ec1f;p=mezzo.git Fix indentation --- diff --git a/app/templates/pages/page.html b/app/templates/pages/page.html index 912b0ed3..d38df533 100644 --- a/app/templates/pages/page.html +++ b/app/templates/pages/page.html @@ -43,16 +43,14 @@
- - - {% block page_sidebar %} - {% if page.get_ascendants|length < 2 %} - {% page_menu "pages/menus/current_tree_primary.html" %} - {% endif %} - {% if page.get_ascendants|length == 2 %} - {% page_menu "pages/menus/current_tree_secondary.html" %} - {% endif %} - {% endblock %} + {% block page_sidebar %} + {% if page.get_ascendants|length < 2 %} + {% page_menu "pages/menus/current_tree_primary.html" %} + {% endif %} + {% if page.get_ascendants|length == 2 %} + {% page_menu "pages/menus/current_tree_secondary.html" %} + {% endif %} + {% endblock %}