mirror of
https://github.com/searxng/searxng.git
synced 2025-11-07 15:26:47 -05:00
[fix] no results error dialog: link to preferences doesn't work if searxng is hosted as subdirectory
This commit is contained in:
parent
21d0428cf2
commit
d28a1c434f
@ -18,7 +18,7 @@
|
||||
{%- if pageno == 1 -%}
|
||||
<li>{{ _("Refresh the page.") }}</li>{{- '' -}}
|
||||
<li>{{ _("Search for another query or select another category (above).") }}</li>{{- '' -}}
|
||||
<li>{{ _("Change the search engine used in the preferences:") }} <a href="/preferences">/preferences</a></li>{{- '' -}}
|
||||
<li>{{ _("Change the search engine used in the preferences:") }} <a href="{{ url_for('preferences') }}">/preferences</a></li>{{- '' -}}
|
||||
<li>{{ _("Switch to another instance:") }} <a href="https://searx.space">https://searx.space</a></li>{{- '' -}}
|
||||
{%- else -%}
|
||||
<li>{{ _("Search for another query or select another category.") }}</li>{{- '' -}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user