mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
theme: oscar - remove dust (comes from PR #1671 implementation)
was inadvertently included in the commit [1]
[1] f34ac58752 (diff-0243d1c24e9981002156cc87cc10bd53R103)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f373169c84
commit
a3b5f3230c
@ -100,7 +100,7 @@
|
|||||||
{% if unresponsive_engines and results|length >= 1 -%}
|
{% if unresponsive_engines and results|length >= 1 -%}
|
||||||
<div class="alert alert-danger fade in" role="alert">
|
<div class="alert alert-danger fade in" role="alert">
|
||||||
<p>{{ _('Engines cannot retrieve results') }}:</p>
|
<p>{{ _('Engines cannot retrieve results') }}:</p>
|
||||||
{%- for engine_name, error_type in unresponsive_engines -%}AAAA
|
{%- for engine_name, error_type in unresponsive_engines -%}
|
||||||
{{- engine_name }} ({{ error_type }}){% if not loop.last %}, {% endif %}{{- "" -}}
|
{{- engine_name }} ({{ error_type }}){% if not loop.last %}, {% endif %}{{- "" -}}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user