diff options
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/unread.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/unread.html b/pyaggr3g470r/templates/unread.html index e962a9f1..a7991363 100644 --- a/pyaggr3g470r/templates/unread.html +++ b/pyaggr3g470r/templates/unread.html @@ -2,7 +2,7 @@ {% block content %} <div class="container"> {% if feeds|count == 0 %} - <p>No unread articles.</p> + <h1>No unread articles.</h1> {% else %} {% for feed in feeds %} <div class="row"> @@ -36,6 +36,6 @@ </div> {% endif %} {% endfor %} - {% endif} + {% endif %} </div><!-- /.container --> {% endblock %} |