1.1 --- a/pymove3d.py Tue Jan 21 19:04:42 2014 +0100
1.2 +++ b/pymove3d.py Wed Jan 22 22:53:59 2014 +0100
1.3 @@ -126,10 +126,8 @@
1.4
1.5 @app.route("/competition/2013")
1.6 def competition_2013():
1.7 - filename = os.path.join("templates", get_locale(), "archive", "2013", "competitions", "rst", "2013.rst")
1.8 - content = get_content(filename)
1.9 return render_template("/impressions_2013.html",
1.10 - act="competition_2013", content=content)
1.11 + act="competition_2013")
1.12
1.13
1.14 @app.errorhandler(404)