forked from Ponysearch/Ponysearch
[mod] index rendering
This commit is contained in:
parent
9eb31c0186
commit
599c801ecd
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ def index():
|
|||
Supported outputs: html, json, csv, rss.
|
||||
"""
|
||||
|
||||
if not request.args and not request.form:
|
||||
return render('index.html')
|
||||
|
||||
try:
|
||||
search = Search(request)
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue