From fb9eedbf40410a5558bfc03b4c50f7ff41b023b4 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 31 Jan 2022 11:24:45 +0100 Subject: [enh] introduce /help route Translation will be implemented in the future. For now the "en" in /help/en/ is hardcoded. --- searx/templates/oscar/about.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 searx/templates/oscar/about.html (limited to 'searx/templates/oscar/about.html') diff --git a/searx/templates/oscar/about.html b/searx/templates/oscar/about.html deleted file mode 100644 index a644761b6..000000000 --- a/searx/templates/oscar/about.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "oscar/base.html" %} -{% block title %}{{ _('about') }} - {% endblock %} -{% block content %} -{{ help.about | safe }} -{% include "__common__/aboutextend.html" ignore missing %} -{% endblock %} -- cgit v1.2.3