From 3907c47ba8dcb94e059f086f2aa5f447313c5a97 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 27 May 2014 19:16:45 +0200 Subject: Updated anchor. --- pyaggr3g470r/templates/home.html | 2 +- pyaggr3g470r/templates/management.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 63c4db07..ce26a954 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -17,7 +17,7 @@
{% if result|count == 0 %}

{{ _("You don't have any feeds.") }}

-

{{ _('Add some') }}, {{ _('or') }} {{ _('upload an OPML file.') }}

+

{{ _('Add some') }}, {{ _('or') }} {{ _('upload an OPML file.') }}

{% else %} {% for feed in result|sort(attribute="title") %}
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index f8d66873..6264f307 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -28,7 +28,7 @@
-

{{ _('OPML import/export') }}

+

{{ _('OPML import/export') }}

{{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml) -- cgit