about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 76857650..b91d58d7 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -305,6 +305,12 @@ def tutorials():
     #return render_template("docs.html", **doc.__dict__)
     return render_template("tutorials.html")
 
+@app.route("/credits")
+def credits():
+    #doc = docs.Docs("links", request.args)
+    #return render_template("docs.html", **doc.__dict__)
+    return render_template("credits.html")
+
 @app.route("/environments")
 def environments():
     doc = docs.Docs("environments", request.args)