From f7d7683beb59605c2885f881314cacccd70ee01d Mon Sep 17 00:00:00 2001
From: Dylann CORDEL <d.cordel@webu.coop>
Date: Thu, 24 Apr 2014 15:22:56 +0200
Subject: [PATCH] correction of the list template : wrong variable name was
 used

---
 newsbox/templates/newsbox/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newsbox/templates/newsbox/list.html b/newsbox/templates/newsbox/list.html
index e3d263e..fdfe2a3 100644
--- a/newsbox/templates/newsbox/list.html
+++ b/newsbox/templates/newsbox/list.html
@@ -1,4 +1,4 @@
-{% if news|length > 0 %}
+{% if newsset|length > 0 %}
     {% load i18n %}
     <section class="newsbox_plugin">
 
-- 
GitLab