From 9f8e312fe752a8401e5b3280576ac1358528b074 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 25 Jun 2014 07:20:08 +0200 Subject: It is better to use a dismissable alert here. --- pyaggr3g470r/templates/home.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 81aeea9c..95b7ef54 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -119,13 +119,16 @@ {% else %}
- {% if filter_ == 'all' %} -
{{ _('Oh!') }} {{ _('This feed is empty.') }}
- {% elif filter_ == 'read' %} -
{{ _('Work for you!') }} {{ _('All articles are unread.') }}
- {% elif filter_ == 'unread' %} -
{{ _('Well done!') }} {{ _('You read all articles.') }}
- {% endif %} +
+ + {% if filter_ == 'all' %} + {{ _('Oh!') }} {{ _('This feed is empty.') }} + {% elif filter_ == 'read' %} + {{ _('Work for you!') }} {{ _('All articles are unread.') }} + {% elif filter_ == 'unread' %} + {{ _('Well done!') }} {{ _('You read all articles.') }} + {% endif %} +
{% endif %} {% endif %} -- cgit