From b343dc73e5ea4aaf1314b6b277c3806f15ac0635 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Wed, 8 Apr 2015 12:33:40 +0200 Subject: moving feed views related code in views.feed and massive use of url_for --- pyaggr3g470r/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates/layout.html') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 60efa69e..7f8288f8 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -38,7 +38,7 @@
  • {{ _('Fetch') }}
  • {{ _('Mark all as read') }}
  • -
  • {{ _('Add a feed') }}
  • +
  • {{ _('Add a feed') }}
  • {{ _('Unread') }}
  • {{ _('Favorites') }}
  • {{ _('Inactive feeds') }}
  • -
  • {{ _('All feeds') }}
  • +
  • {{ _('All feeds') }}
  • {{ _('History') }}
  • -- cgit