aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorZachary Sloan2013-06-19 20:49:19 +0000
committerZachary Sloan2013-06-19 20:49:19 +0000
commit234d45189fe43e78fbec94141f7df72cf25133da (patch)
tree7352b3d07162b7de8fa68e94ddaf46ada5887fdb /wqflask
parent2ebacd207ee9c65d9239626fc18d2c1a50e08fbc (diff)
downloadgenenetwork2-234d45189fe43e78fbec94141f7df72cf25133da.tar.gz
When I pulled Sam's code the search page was changed from GET to
POST in views.py, so I had to change it back
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index 8d404a28..b9aa3acf 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -71,7 +71,7 @@ def data_sharing_page():
htmlfilelist=htmlfilelist)
-@app.route("/search", methods=('POST',))
+@app.route("/search", methods=('GET',))
def search_page():
print("in search_page")
if 'info_database' in request.args: