From 200cc9c42b380becf446efcb01463c0bdd23d7d3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 14 Jan 2014 09:24:33 +0100 Subject: Added a link to the page to add/edit feeds. --- pyaggr3g470r/templates/feeds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index 5723f863..a61f5798 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

+

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

@@ -39,4 +39,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} -- cgit