From 76d7b6deecd58609af2504570ac9fe4e07677fec Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 24 Jun 2014 13:32:05 +0200 Subject: Removed trailing slashes from the routes. --- pyaggr3g470r/templates/management.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 6264f307..6755281d 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -3,17 +3,17 @@

{{ _('Your subscriptions') }}

-

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add a') }} {{ _('feed') }}.

-

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

+

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add a') }} {{ _('feed') }}.

+

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

{% if not_on_heroku %} - {{ _('Index database') }} + {{ _('Index database') }} {% endif %}

{{ _('Your Profile') }}

-

{{ _('Update your') }} {{ _('profile') }}.

+

{{ _('Update your') }} {{ _('profile') }}.

{{ _('Member since') }} {{ user.date_created | datetime }}.

{{ _('Last seen:') }} {{ user.last_seen | datetime }}.

@@ -23,7 +23,7 @@
@@ -34,7 +34,7 @@
- {{ _('Export feeds to OPML') }} + {{ _('Export feeds to OPML') }}

{{ _('Data liberation') }}

{{ _('Import account') }} (*.json) -- cgit