diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-12-01 23:43:12 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-12-01 23:43:12 +0100 |
commit | e5677b163b88d12ce7a94f03cb61ada236a5dd2b (patch) | |
tree | b1d5b7ccee68ab3c766d3506c531963c340598e4 /pyaggr3g470r/templates/search.html | |
parent | The /feeds page has benn slightly updated. (diff) | |
download | newspipe-e5677b163b88d12ce7a94f03cb61ada236a5dd2b.tar.gz newspipe-e5677b163b88d12ce7a94f03cb61ada236a5dd2b.tar.bz2 newspipe-e5677b163b88d12ce7a94f03cb61ada236a5dd2b.zip |
Minor improvements for the /search page.
Diffstat (limited to 'pyaggr3g470r/templates/search.html')
-rw-r--r-- | pyaggr3g470r/templates/search.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/search.html b/pyaggr3g470r/templates/search.html index 93fe5062..e62cd45b 100644 --- a/pyaggr3g470r/templates/search.html +++ b/pyaggr3g470r/templates/search.html @@ -4,6 +4,7 @@ {% if feeds|count == 0 %} <h1>No results.</h1> {% else %} + <h1>{{ nb_articles }} {% if nb_articles !=1 %} results {% else %} result {% endif %} for <i>{{ query }}</i></h1> {% for feed in feeds|sort(attribute="title") %} <div class="row"> <div class="col-md-6 col-md-offset-3"> |