mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] whitespace remove and proper no-result warning display
This commit is contained in:
parent
d1b12f9016
commit
8d1d4819ae
1 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
|
||||
{% if not results %}
|
||||
{% if not results and not answers %}
|
||||
{% include 'oscar/messages/no_results.html' %}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue