From 62f6d34b957638a47a25d41eebcf3466a97b31f0 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 15 Oct 2013 00:02:55 +0200 Subject: [enh] search form @ results page --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/webapp.py') diff --git a/searx/webapp.py b/searx/webapp.py index 7af697275..c9067972c 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -57,7 +57,7 @@ def index(): ) requests.append(req) grequests.map(requests) - return render_template('results.html', results=results) + return render_template('results.html', results=results, q=query) return render_template('index.html') -- cgit v1.2.3