From 805e8e0f51bb04b5218216a1771bf77e6ec09153 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 5 Oct 2016 08:14:16 +0200 Subject: Bugfix: 'feeds' is now a list. --- src/web/templates/feed_list_simple.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/templates/feed_list_simple.html b/src/web/templates/feed_list_simple.html index 976c3631..f15d5f0a 100644 --- a/src/web/templates/feed_list_simple.html +++ b/src/web/templates/feed_list_simple.html @@ -1,4 +1,4 @@ -{% if feeds.count() != 0 %} +{% if feeds | length != 0 %}
-- cgit