From 1c7d27938a47ab3739400867351ef00652440217 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 26 Jan 2014 18:25:38 +0100 Subject: The description of the feed is stored in the database. --- pyaggr3g470r/templates/feed.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyaggr3g470r/templates/feed.html') diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index 9825e16b..c405d913 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -3,8 +3,11 @@

{{ feed.title }}

+ {% if feed.description %}

{{ feed.description }}

{% endif %} +
+

This feed contains {{ feed.articles|count }} articles.

Address of the feed: {{ feed.link }}.

Address of the site: {{ feed.site_link }}.

-- cgit