diff options
Diffstat (limited to 'templates/search.html')
-rw-r--r-- | templates/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/search.html b/templates/search.html index adbd92d..5e74c8e 100644 --- a/templates/search.html +++ b/templates/search.html @@ -39,8 +39,8 @@ </script> {% endblock %} {% block content %} + Matched {{ books.__len__() }} Book{% if books.__len__() > 1 %}s{% endif %} in {{ "%0.0f"|format(time*1000) }}ms. {% if books %} - Matched {{ books.__len__() }} Book{% if books.__len__() > 1 %}s{% endif %} {% for docnum, book in books.items() %} <h2 asd="foo"> {{ book['filename'] }} |