From 42d055f91f3fd69dc861b5572a465b1ce0e897dc Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 8 Apr 2014 08:25:21 +0200 Subject: Fixed /feeds template. --- pyaggr3g470r/templates/feeds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index 6ab00af3..9e6a8cc1 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %}
-

You are subscribed to {{ feeds|count }} feeds · Add a feed

+

You are subscribed to {{ feeds.all()|count }} feeds · Add a feed

@@ -27,7 +27,7 @@ - +
{{ feed.title }} {{ feed.site_link }}{{ feed.articles|count }}{{ feed.articles.all()|count }} -- cgit