1.1 --- a/eskp.py Thu May 08 11:12:20 2014 +0200
1.2 +++ b/eskp.py Thu May 08 13:38:54 2014 +0200
1.3 @@ -178,7 +178,8 @@
1.4 def eskp():
1.5 filename = os.path.join("templates", get_locale(), "rst", "eskp.rst")
1.6 content = get_content(filename)
1.7 - return render_template("/content.html", act="eskp", content=content)
1.8 + return render_template("/eskp.html", act="eskp", content=content)
1.9 +
1.10
1.11 @app.route("/ozoneloss")
1.12 def task():
1.13 @@ -202,7 +203,7 @@
1.14 def submission():
1.15 filename = os.path.join("templates", get_locale(), "rst", "iek-7.rst")
1.16 content = get_content(filename)
1.17 - return render_template("/content.html", act="submission", content=content)
1.18 + return render_template("/iek-7.html", act="submission", content=content)
1.19
1.20
1.21 @app.route("/imprint")