mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
[enh] search form @ results page
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user