1.1 --- a/pymove3d.py Sun Jan 19 19:18:27 2014 +0100
1.2 +++ b/pymove3d.py Sun Jan 19 19:47:16 2014 +0100
1.3 @@ -132,9 +132,10 @@
1.4
1.5 @app.route("/competition/2013")
1.6 def competition_2013():
1.7 - print get_locale() + "/archive/competitions/2013/index.html"
1.8 - return render_template(get_locale() + "/archive/competitions/2013/index.html",
1.9 - act="coursematerial")
1.10 + filename = os.path.join("templates", get_locale(), "archive", "competitions", "2013", "rst", "2013.rst")
1.11 + content = get_content(filename)
1.12 + return render_template("/impressions_2013.html",
1.13 + act="competition_2013", content=content)
1.14
1.15 @app.route("/competition/2014")
1.16 def competition_2014():