# HG changeset patch # User Peter Koppatz # Date 1385554168 -3600 # Node ID c07ffbab8647a8112909dea72513b12d47b6a38e # Parent 3aa6f55df0398248a3808bf05d8ca77ac86eaa0f Hightlight active menu diff -r 3aa6f55df039 -r c07ffbab8647 pymove3d.py --- a/pymove3d.py Wed Nov 27 12:40:37 2013 +0100 +++ b/pymove3d.py Wed Nov 27 13:09:28 2013 +0100 @@ -21,7 +21,7 @@ @app.route("/index") def index(): - return render_template("index.html", act="index") + return render_template("index.html") @app.route("/competition") def competition(): diff -r 3aa6f55df039 -r c07ffbab8647 static/css/pymove3d.css --- a/static/css/pymove3d.css Wed Nov 27 12:40:37 2013 +0100 +++ b/static/css/pymove3d.css Wed Nov 27 13:09:28 2013 +0100 @@ -1,1 +1,1 @@ -h1 {text-align: center;} \ No newline at end of file +h1 {text-align: center;} diff -r 3aa6f55df039 -r c07ffbab8647 templates/theme.html --- a/templates/theme.html Wed Nov 27 12:40:37 2013 +0100 +++ b/templates/theme.html Wed Nov 27 13:09:28 2013 +0100 @@ -43,7 +43,7 @@ - PyMove3D -- 2014 + PyMove3D -- 2014