aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authoracenteno2020-04-21 17:12:24 -0500
committerGitHub2020-04-21 17:12:24 -0500
commit3f5c664e2857630923613675e189998fe5d98ba5 (patch)
treec61b19e11dc070877e0a4b05a9899a0cbd738679 /wqflask
parentede2d9c6946030cbf3cdf543100e0e28c207959c (diff)
downloadgenenetwork2-3f5c664e2857630923613675e189998fe5d98ba5.tar.gz
Update views.py
Add tutorials link under News
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/views.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index 923c89bd..76857650 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -299,6 +299,12 @@ def links():
#return render_template("docs.html", **doc.__dict__)
return render_template("links.html")
+@app.route("/tutorials")
+def tutorials():
+ #doc = docs.Docs("links", request.args)
+ #return render_template("docs.html", **doc.__dict__)
+ return render_template("tutorials.html")
+
@app.route("/environments")
def environments():
doc = docs.Docs("environments", request.args)