diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-02-05 08:52:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-05 08:52:19 +0100 |
| commit | bf987bb608cd3a2aea7990fb8de197a3ebd2907d (patch) | |
| tree | 3067f730ebcbbce3d8e55f9e4c54f09376a7ff66 /searx/templates/oscar/navbar.html | |
| parent | 24e2acf88e2bf98b89b934bb4ec6098888ca06a5 (diff) | |
| parent | 91527fbd6b4c155d63447dd27fb9f423ff4bfff6 (diff) | |
Merge pull request #848 from not-my-profile/help-route
Introduce `/help` route
Diffstat (limited to 'searx/templates/oscar/navbar.html')
| -rw-r--r-- | searx/templates/oscar/navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/navbar.html b/searx/templates/oscar/navbar.html index 0eeb207a0..b1d344c11 100644 --- a/searx/templates/oscar/navbar.html +++ b/searx/templates/oscar/navbar.html @@ -3,7 +3,7 @@ <a href="{{ url_for('index') }}">{{ instance_name }}</a>{{- "" -}} </span>{{- "" -}} <span class="{% if rtl %}pull-left{% else %}pull-right{% endif %}">{{- "" -}} - <a href="{{ url_for('about') }}">{{ _('about') }}</a>{{- "" -}} + <a href="{{ url_for('help_page', pagename='about') }}">{{ _('about') }}</a>{{- "" -}} <a href="{{ url_for('preferences') }}">{{ _('preferences') }}</a>{{- "" -}} </span>{{- "" -}} </div> |