From: Emilie Date: Wed, 26 Oct 2016 09:34:04 +0000 (+0200) Subject: Task #257: slicing block issue X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=01dd869f6448ef5bd328ad676ec3e9ca44d70253;p=mezzo.git Task #257: slicing block issue --- diff --git a/app/templates/pages/teampage.html b/app/templates/pages/teampage.html index fe2977d4..360db78e 100644 --- a/app/templates/pages/teampage.html +++ b/app/templates/pages/teampage.html @@ -112,7 +112,7 @@ {% endblock %} {% block page_sub_content_2 %} - {% with page.teampage.blocks.all|slice:'2:' as blocks %} + {% with page.teampage.blocks.all|slice:'1:' as blocks %} {% include "core/inc/block.html" %} {% endwith %} {% endblock %}