mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update results.html
This commit is contained in:
parent
6ebf81098d
commit
3a0f935a67
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{% if unresponsive_engines and results|length >= 1 %}
|
{% if unresponsive_engines and results|length >= 1 %}
|
||||||
<div class="dialog-error" role="alert">
|
<!-- <div class="dialog-error" role="alert">
|
||||||
{{ icon_big('warning') }}
|
{{ icon_big('warning') }}
|
||||||
<div>
|
<div>
|
||||||
<p><strong>{{ _('Error!') }}</strong> {{ _('Engines cannot retrieve results') }}:</p>
|
<p><strong>{{ _('Error!') }}</strong> {{ _('Engines cannot retrieve results') }}:</p>
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
</p>
|
</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if infoboxes %}
|
{% if infoboxes %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue