From b77aa0770aba28a0e6dd25dd91c768a15c10547d Mon Sep 17 00:00:00 2001 From: Tailchakra Date: Fri, 2 Mar 2018 16:46:46 +0100 Subject: [PATCH] using the loop hint --- cps/templates/publisher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/publisher.html b/cps/templates/publisher.html index 9e784454..95726875 100644 --- a/cps/templates/publisher.html +++ b/cps/templates/publisher.html @@ -25,7 +25,7 @@
{% if entries[0] %} {% for entry in entries %} - {% if entry.series_index.first %} + {% if loop.first %}