# HG changeset patch # User Reimar Bauer # Date 1390157391 -3600 # Node ID 6010a584dd21cb84a5fded4e410f9b83afeab616 # Parent 9d02dff93fce07db536e052133b0a60015db27bc ToDo for 2014 added diff -r 9d02dff93fce -r 6010a584dd21 pymove3d.py --- a/pymove3d.py Sun Jan 19 19:47:16 2014 +0100 +++ b/pymove3d.py Sun Jan 19 19:49:51 2014 +0100 @@ -137,10 +137,10 @@ return render_template("/impressions_2013.html", act="competition_2013", content=content) +#ToDo content from rst missing @app.route("/competition/2014") def competition_2014(): - print get_locale() + "/archive/competitions/2014/index.html" - return render_template(get_locale() + "/archive/competitions/2014/index.html", + return render_template(get_locale() + "/archive/competitions/2014/index.html", act="coursematerial") @app.errorhandler(404)