diff options
| author | Martin Fischer <martin@push-f.com> | 2022-02-05 04:53:21 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2022-02-05 04:53:21 +0100 |
| commit | 91527fbd6b4c155d63447dd27fb9f423ff4bfff6 (patch) | |
| tree | b46fee4d3d9f5dd00ccbb5121c568901260844f5 /searx/templates/oscar | |
| parent | 14338e2c3b796b9dfb74430751d75067018a70fd (diff) | |
[enh] avoid /about redirect in template links
Diffstat (limited to 'searx/templates/oscar')
| -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> |