1.1 --- a/pymove3d.py Sun Jan 19 20:04:32 2014 +0100
1.2 +++ b/pymove3d.py Sun Jan 19 20:10:18 2014 +0100
1.3 @@ -132,16 +132,11 @@
1.4
1.5 @app.route("/competition/2013")
1.6 def competition_2013():
1.7 - filename = os.path.join("templates", get_locale(), "archive", "competitions", "2013", "rst", "2013.rst")
1.8 + filename = os.path.join("templates", get_locale(), "archive", "2013", "competitions", "rst", "2013.rst")
1.9 content = get_content(filename)
1.10 return render_template("/impressions_2013.html",
1.11 act="competition_2013", content=content)
1.12
1.13 -#ToDo content from rst missing
1.14 -@app.route("/competition/2014")
1.15 -def competition_2014():
1.16 - return render_template(get_locale() + "/archive/competitions/2014/index.html",
1.17 - act="coursematerial")
1.18
1.19 @app.errorhandler(404)
1.20 def page_not_found(e):