From 1677355a38a2e9c87aa43da1de1459bac1fba63c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 10 Nov 2013 00:49:04 +0100 Subject: Test if the user is subscribed to a feed. --- pyaggr3g470r/templates/management.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 031e3e7e..61da8943 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -3,7 +3,7 @@

Your subscriptions

-

You are subscribed to {{ nb_feeds }} feeds.

+

You are subscribed to {{ nb_feeds }} feeds. Add a feed.

{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} unread articles.

-- cgit