mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
better error message when no results found
This commit is contained in:
parent
ad725ce7d7
commit
33e722f83b
4 changed files with 22 additions and 3 deletions
|
|
@ -1,5 +1,9 @@
|
|||
<div id="engines_msg">
|
||||
{% if not results and not answers %}
|
||||
<details class="sidebar-collapsable" open>
|
||||
{% else %}
|
||||
<details class="sidebar-collapsable">
|
||||
{% endif %}
|
||||
<summary class="title" id="engines_msg-title">{{ _('Messages from the search engines') }}</summary>
|
||||
<div class="dialog-error" role="alert">
|
||||
{{ icon_big('warning') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue