From d4d42b423c6a3f4f8308da4afbf425f433f145ec Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 24 Mar 2022 18:18:19 +0100 Subject: Search_url only if method is POST Shows search_url only if method is set to POST. --- searx/templates/simple/simple_search.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'searx/templates/simple/simple_search.html') diff --git a/searx/templates/simple/simple_search.html b/searx/templates/simple/simple_search.html index 218f70496..3fd07abc5 100644 --- a/searx/templates/simple/simple_search.html +++ b/searx/templates/simple/simple_search.html @@ -6,4 +6,12 @@ + {% for category in selected_categories %} + + {% endfor %} + + + + + {% if timeout_limit %}{% endif %} -- cgit v1.2.3-54-g00ecf