aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/views.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index 6cdce248..91d0842c 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -321,12 +321,6 @@ 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__)
- #return render_template("environments.html", **doc.__dict__)
-
@app.route("/update_text", methods=('POST',))
def update_page():
update_text(request.form)