From 105c5a6a9839c65a81b32cdf82278c5cc629ae4a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 15 Jan 2022 09:34:08 +0100 Subject: [help] stop rendering documentation with Jinja2 To facilitate translation of the user documentation we move the templating logic outside of the user documentation. --- searx/templates/oscar/about.html | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/templates/oscar/about.html') diff --git a/searx/templates/oscar/about.html b/searx/templates/oscar/about.html index ed9b525bc..a644761b6 100644 --- a/searx/templates/oscar/about.html +++ b/searx/templates/oscar/about.html @@ -2,4 +2,5 @@ {% block title %}{{ _('about') }} - {% endblock %} {% block content %} {{ help.about | safe }} +{% include "__common__/aboutextend.html" ignore missing %} {% endblock %} -- cgit v1.2.3