aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-26 08:01:02 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-26 08:01:02 +0200
commitadfae0dc44e7920137a14ae381a5d83a8eb503da (patch)
tree7c6991b82ae05458f1e28b5e9c22cdb9abbba508 /pyaggr3g470r/templates
parentIt is better to use a dismissable alert here. (diff)
downloadnewspipe-adfae0dc44e7920137a14ae381a5d83a8eb503da.tar.gz
newspipe-adfae0dc44e7920137a14ae381a5d83a8eb503da.tar.bz2
newspipe-adfae0dc44e7920137a14ae381a5d83a8eb503da.zip
Replaced warning message by an info message.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html
index 95b7ef54..1290038d 100644
--- a/pyaggr3g470r/templates/home.html
+++ b/pyaggr3g470r/templates/home.html
@@ -119,7 +119,7 @@
</div>
{% else %}
<br />
- <div class="alert alert-warning alert-dismissable">
+ <div class="alert alert-info alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{% if filter_ == 'all' %}
<strong>{{ _('Oh!') }}</strong> {{ _('This feed is empty.') }}
bgstack15