changeset 3 | c07ffbab8647 |
parent 1 | 3aa6f55df039 |
child 34 | d9a3c0cebf6b |
child 88 | 73dea50cd9c5 |
1.1 --- a/pymove3d.py Wed Nov 27 12:40:37 2013 +0100 1.2 +++ b/pymove3d.py Wed Nov 27 13:09:28 2013 +0100 1.3 @@ -21,7 +21,7 @@ 1.4 1.5 @app.route("/index") 1.6 def index(): 1.7 - return render_template("index.html", act="index") 1.8 + return render_template("index.html") 1.9 1.10 @app.route("/competition") 1.11 def competition():