[enh] search form @ results page

This commit is contained in:
asciimoo 2013-10-15 00:02:55 +02:00
parent e91e4e7fdb
commit 62f6d34b95
2 changed files with 5 additions and 2 deletions

View file

@ -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')