aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-12-01 23:43:12 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-12-01 23:43:12 +0100
commite5677b163b88d12ce7a94f03cb61ada236a5dd2b (patch)
treeb1d5b7ccee68ab3c766d3506c531963c340598e4 /pyaggr3g470r/templates
parentThe /feeds page has benn slightly updated. (diff)
downloadnewspipe-e5677b163b88d12ce7a94f03cb61ada236a5dd2b.tar.gz
newspipe-e5677b163b88d12ce7a94f03cb61ada236a5dd2b.tar.bz2
newspipe-e5677b163b88d12ce7a94f03cb61ada236a5dd2b.zip
Minor improvements for the /search page.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/search.html1
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">
bgstack15