aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorAlexander Kabui2020-11-26 17:11:55 +0300
committerAlexander Kabui2020-11-26 17:11:55 +0300
commitb0c1d59d4e5a9580b4d15664a53845969db32d0a (patch)
tree6ce99eee97393a3aeb911644b8fe3c3683428099 /wqflask
parent8a0e79d3186e340bc438dd07b4c2992f81c3e6d7 (diff)
downloadgenenetwork2-b0c1d59d4e5a9580b4d15664a53845969db32d0a.tar.gz
remove environment from /wqflask/views.py
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/links.html2
-rw-r--r--wqflask/wqflask/views.py8
2 files changed, 5 insertions, 5 deletions
diff --git a/wqflask/wqflask/templates/links.html b/wqflask/wqflask/templates/links.html
index 7b092839..ef481de2 100644
--- a/wqflask/wqflask/templates/links.html
+++ b/wqflask/wqflask/templates/links.html
@@ -9,7 +9,7 @@
{% block content %}
<div class="github-btn">
- <a href="https://raw.githubusercontent.com/genenetwork/gn-docs/">Edit on Github</a>
+ <a href="https://github.com/genenetwork/gn-docs">Edit on Github</a>
</div>
<div id="markdown" class="container">
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index cc2dc341..6cdce248 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -321,10 +321,10 @@ def credits():
#return render_template("docs.html", **doc.__dict__)
return render_template("credits.html")
-@app.route("/environments")
-def environments():
- doc = Docs("environments", request.args)
- return render_template("docs.html", **doc.__dict__)
+# @app.route("/environments")
+# def environments():
+# doc = Docs("environments", request.args)
+# return render_template("docs.html", **doc.__dict__)
#return render_template("environments.html", **doc.__dict__)
@app.route("/update_text", methods=('POST',))