mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-13 05:20:01 +00:00
message when query returns 0 results
This commit is contained in:
parent
b96d02c921
commit
5e0430e60e
@ -5,6 +5,7 @@
|
||||
{% if entries|length < 1 %}
|
||||
<h2>{{_('No Results Found')}}</h2>
|
||||
<p>{{_('Search Term:')}} {{adv_searchterm}}</p>
|
||||
<p>{{_('Words smaller than 3 letters are not considered')}}</p>
|
||||
{% else %}
|
||||
<h2>{{result_count}} {{_('Results for:')}} {{adv_searchterm}}</h2>
|
||||
{% if current_user.is_authenticated %}
|
||||
|
Loading…
Reference in New Issue
Block a user