diff -r 4ea9139ca9fb -r 981d9968f011 pymove3d.py --- a/pymove3d.py Sun Jan 19 20:04:32 2014 +0100 +++ b/pymove3d.py Sun Jan 19 20:10:18 2014 +0100 @@ -132,16 +132,11 @@ @app.route("/competition/2013") def competition_2013(): - filename = os.path.join("templates", get_locale(), "archive", "competitions", "2013", "rst", "2013.rst") + filename = os.path.join("templates", get_locale(), "archive", "2013", "competitions", "rst", "2013.rst") content = get_content(filename) return render_template("/impressions_2013.html", act="competition_2013", content=content) -#ToDo content from rst missing -@app.route("/competition/2014") -def competition_2014(): - return render_template(get_locale() + "/archive/competitions/2014/index.html", - act="coursematerial") @app.errorhandler(404) def page_not_found(e):