]> git.parisson.com Git - mezzo.git/commitdiff
Task #257: slicing block issue
authorEmilie <zawadzki@ircam.fr>
Wed, 26 Oct 2016 09:34:04 +0000 (11:34 +0200)
committerEmilie <zawadzki@ircam.fr>
Wed, 26 Oct 2016 09:34:04 +0000 (11:34 +0200)
app/templates/pages/teampage.html

index fe2977d4212f049fcc3f7c772a225e3e37623b9b..360db78efd51cc6e483f41d0396bd8bfbfb56f2f 100644 (file)
 {% 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 %}