diff options
author | Martin Fischer <martin@push-f.com> | 2022-01-31 11:50:20 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-01-31 11:57:24 +0100 |
commit | e7c0f4e877dc90fc44989a304b555a8b6f1f6665 (patch) | |
tree | 918c4a6b23e238c4a77a3cc4402bcb5aa5dc2b5d /searx/templates/simple/preferences.html | |
parent | c82b9c68d282a2f674632ce0e0720da85c64a1c4 (diff) | |
download | searxng-e7c0f4e877dc90fc44989a304b555a8b6f1f6665.tar.gz searxng-e7c0f4e877dc90fc44989a304b555a8b6f1f6665.zip |
[simple] link preferences on /about and /stats
We want to link the preferences from every page
(except of course the preferences page).
Diffstat (limited to 'searx/templates/simple/preferences.html')
-rw-r--r-- | searx/templates/simple/preferences.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index 6b21afee4..b674d5d02 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -94,6 +94,7 @@ {%- endmacro -%} {% block head %} {% endblock %} +{% block linkto_preferences %}{% endblock %} {% block content %} <h1>{{ _('Preferences') }}</h1> |