From 34bced29ae8ca7aff69ef43ee34d265677e3a5a2 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 25 Apr 2021 14:19:35 +0200 Subject: [mod] engine errors: link to the stats to create an github issue --- searx/templates/oscar/preferences.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'searx/templates/oscar/preferences.html') diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index e8cae1ca5..6bf66617b 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -50,9 +50,11 @@ {% endif %} {% if checker_result or errors %} {{- "" -}} - - {%- if reliabilities[engine_name].checker %}{{ icon('exclamation-sign', 'The checker fails on the some tests') }}{% endif %} {{ r -}} - {{- "" -}} + {{- "" -}} + + {%- if reliabilities[engine_name].checker %}{{ icon('exclamation-sign', 'The checker fails on the some tests') }}{% endif %} {{ r -}} + {{- "" -}} + {{- "" -}} {%- endif -%} {%- endmacro %} @@ -420,22 +425,22 @@ -

- {{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }} +

+ {{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }} {{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }}

- {{ _('Search URL of the currently saved preferences') }} - ({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}): + {{ _('Search URL of the currently saved preferences') }} + ({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }}):

-
+ +
{% endblock %} -- cgit v1.2.3