eskp.py
changeset 272 75000430e87b
parent 271 6ef8ac6c3481
child 275 6d0b1a0468af
     1.1 --- a/eskp.py	Fri May 16 14:30:33 2014 +0200
     1.2 +++ b/eskp.py	Fri May 16 14:53:27 2014 +0200
     1.3 @@ -120,7 +120,9 @@
     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("/eskp.html", act="eskp", content=content)
     1.8 +    filename = os.path.join("templates", get_locale(), "rst", "eskp_title.rst")
     1.9 +    headline = get_content(filename)
    1.10 +    return render_template("/eskp.html", act="eskp", content=content, headline=headline)
    1.11  
    1.12  
    1.13  @app.route("/ozoneloss")
Impressum Datenschutzerklärung