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/about.html | 2 +- pyaggr3g470r/templates/admin/dashboard.html | 16 ++++++++-------- pyaggr3g470r/templates/admin/user.html | 2 +- pyaggr3g470r/templates/home.html | 2 +- pyaggr3g470r/templates/layout.html | 24 ++++++++++++------------ pyaggr3g470r/templates/login.html | 2 +- pyaggr3g470r/templates/management.html | 12 ++++++------ 7 files changed, 30 insertions(+), 30 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index d164d4bb..3c4304e5 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -4,7 +4,7 @@

{{ _('pyAggr3g470r is a simple news aggregator you can use everywhere.') }}

{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or - redistribute the source code + redistribute the source code according to the Affero GPL license.') }}

{{ _('Found a bug? Report it here.') }}

diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 3e5b019e..6253ca62 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -20,29 +20,29 @@ {{ loop.index }} {% if user.id == current_user.id %} - {{ user.nickname }} (It's you!) + {{ user.nickname }} (It's you!) {% else %} - {{ user.nickname }} + {{ user.nickname }} {% endif %} {{ user.email }} {{ user.last_seen }} - - + + {% if user.id != current_user.id %} {% if user.activation_key == "" %} - + {% else %} - + {% endif %} - + {% endif %} {% endfor %} -{{ _('Add a new user') }} +{{ _('Add a new user') }}

{{ _('Send notification messages') }}

{{ form.hidden_tag() }} diff --git a/pyaggr3g470r/templates/admin/user.html b/pyaggr3g470r/templates/admin/user.html index d896e85f..8f911b92 100644 --- a/pyaggr3g470r/templates/admin/user.html +++ b/pyaggr3g470r/templates/admin/user.html @@ -5,7 +5,7 @@ {% block content %}
- {{ _('Edit this user') }} + {{ _('Edit this user') }}

{{ _('Membership') }}

diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index a68b71a4..81aeea9c 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -8,7 +8,7 @@ {% if feeds|count == 0 %}

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

-

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

+

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

{% else %} diff --git a/pyaggr3g470r/templates/login.html b/pyaggr3g470r/templates/login.html index e58b5d83..8bfbffa5 100644 --- a/pyaggr3g470r/templates/login.html +++ b/pyaggr3g470r/templates/login.html @@ -26,7 +26,7 @@ {{ form.submit(class_="btn") }}
- {{ _('Sign up') }} + {{ _('Sign up') }}   {{ _('Forgot password') }}
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