From ef51997fda77df854ce00d0a334c0982b68f4be5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 6 Feb 2014 09:41:53 +0100 Subject: Updated all links to /articles page. --- pyaggr3g470r/templates/favorites.html | 2 +- pyaggr3g470r/templates/feed.html | 2 +- pyaggr3g470r/templates/search.html | 2 +- pyaggr3g470r/templates/unread.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/favorites.html b/pyaggr3g470r/templates/favorites.html index 1af2e327..c073cfde 100644 --- a/pyaggr3g470r/templates/favorites.html +++ b/pyaggr3g470r/templates/favorites.html @@ -13,7 +13,7 @@

{{ feed.title|safe }}

- +
diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index 93b67bd4..0af94ef4 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -9,7 +9,7 @@

- This feed contains {{ feed.articles|count }} articles + This feed contains {{ feed.articles|count }} articles ({{ ((feed.articles|count * 100 ) / nb_articles) | round(2, 'floor') }}% of the database).
Address of the feed: {{ feed.link }}.
Address of the site: {{ feed.site_link }}.
diff --git a/pyaggr3g470r/templates/search.html b/pyaggr3g470r/templates/search.html index 2a203e11..e589ad9a 100644 --- a/pyaggr3g470r/templates/search.html +++ b/pyaggr3g470r/templates/search.html @@ -13,7 +13,7 @@

{{ feed.title|safe }}

- +
diff --git a/pyaggr3g470r/templates/unread.html b/pyaggr3g470r/templates/unread.html index 9058182c..0dc64f66 100644 --- a/pyaggr3g470r/templates/unread.html +++ b/pyaggr3g470r/templates/unread.html @@ -13,7 +13,7 @@

{{ feed.title|safe }}

- + -- cgit