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") |