changeset 271 | 6ef8ac6c3481 |
parent 267 | 64c9f7ecbac4 |
child 272 | 75000430e87b |
1.1 --- a/eskp.py Fri May 16 12:57:00 2014 +0200 1.2 +++ b/eskp.py Fri May 16 14:30:33 2014 +0200 1.3 @@ -153,7 +153,7 @@ 1.4 filename = os.path.join("templates", get_locale(), "rst", "iek-7_author.rst") 1.5 author = modal_info("/author_info.html", "author", _(u"IEK-7"), filename) 1.6 return render_template("/iek-7.html", act="iek-7", content=content, 1.7 - author=author, contact = u"Sandra Stein") 1.8 + author=author, contact = u"IEK-7") 1.9 1.10 1.11 @app.route("/imprint")