Update results.html

This commit is contained in:
Joseph Cheung 2023-02-23 11:14:01 +08:00
parent 6ebf81098d
commit 3a0f935a67

View file

@ -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 %}