From b0c1d59d4e5a9580b4d15664a53845969db32d0a Mon Sep 17 00:00:00 2001
From: Alexander Kabui
Date: Thu, 26 Nov 2020 17:11:55 +0300
Subject: remove environment from /wqflask/views.py
---
wqflask/wqflask/templates/links.html | 2 +-
wqflask/wqflask/views.py | 8 ++++----
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 %}
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',))
--
cgit v1.2.3