mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 01:39:24 +02:00
[enh] search form @ results page
This commit is contained in:
parent
e91e4e7fdb
commit
62f6d34b95
2 changed files with 5 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue