eskp.py
changeset 271 6ef8ac6c3481
parent 267 64c9f7ecbac4
child 272 75000430e87b
equal deleted inserted replaced
270:f853d1e224e8 271:6ef8ac6c3481
   151     filename = os.path.join("templates", get_locale(), "rst", "iek-7.rst")
   151     filename = os.path.join("templates", get_locale(), "rst", "iek-7.rst")
   152     content = get_content(filename)
   152     content = get_content(filename)
   153     filename = os.path.join("templates", get_locale(), "rst", "iek-7_author.rst")
   153     filename = os.path.join("templates", get_locale(), "rst", "iek-7_author.rst")
   154     author = modal_info("/author_info.html", "author", _(u"IEK-7"), filename)
   154     author = modal_info("/author_info.html", "author", _(u"IEK-7"), filename)
   155     return render_template("/iek-7.html", act="iek-7", content=content,
   155     return render_template("/iek-7.html", act="iek-7", content=content,
   156                            author=author, contact = u"Sandra Stein")
   156                            author=author, contact = u"IEK-7")
   157 
   157 
   158 
   158 
   159 @app.route("/imprint")
   159 @app.route("/imprint")
   160 def imprint():
   160 def imprint():
   161     filename = os.path.join("templates", get_locale(), "rst", "imprint.rst")
   161     filename = os.path.join("templates", get_locale(), "rst", "imprint.rst")
Impressum Datenschutzerklärung