From 01dd869f6448ef5bd328ad676ec3e9ca44d70253 Mon Sep 17 00:00:00 2001 From: Emilie Date: Wed, 26 Oct 2016 11:34:04 +0200 Subject: [PATCH] Task #257: slicing block issue --- app/templates/pages/teampage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.39.5