diff -r d97d1109fccb -r c8d8bbf51f90 pymove3d.py
--- a/pymove3d.py	Tue Jan 21 19:04:42 2014 +0100
+++ b/pymove3d.py	Wed Jan 22 22:53:59 2014 +0100
@@ -126,10 +126,8 @@
 
 @app.route("/competition/2013")
 def competition_2013():
-    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)
+                           act="competition_2013")
 
 
 @app.errorhandler(404)