From 539fd6511e4b7d67cf63a20d3002f806d729d8c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 20 Oct 2016 13:56:53 +0200 Subject: [PATCH] Show only 8 briefs in the home shutter --- app/templates/magazine/brief/brief_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/magazine/brief/brief_list.html b/app/templates/magazine/brief/brief_list.html index 0f9f50c6..0896ee19 100644 --- a/app/templates/magazine/brief/brief_list.html +++ b/app/templates/magazine/brief/brief_list.html @@ -1,4 +1,4 @@ -{% for brief in briefs %} +{% for brief in briefs|slice:":8" %}

{{ brief.title }}

-- 2.39.5