From a4c40ad567abe66c52d119d3023482a02b71b1bb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 4 Apr 2015 00:50:08 +0200 Subject: 'Jumbotron' replaced by 'well' bootstrap component in all templates. --- pyaggr3g470r/templates/management.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 4a2de617..722300af 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %}
-
+

{{ _('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') }}.

@@ -10,7 +10,7 @@ {% endif %} {{ _('Delete articles older than 10 weeks') }}
-
+

{{ _('Your Profile') }}

@@ -25,7 +25,7 @@
-
+

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

{{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml) @@ -41,7 +41,7 @@
{{ _('Export account to JSON') }}
-
+

{{ _('Export articles') }}

HTML
-- cgit