diff -r f853d1e224e8 -r 6ef8ac6c3481 eskp.py --- a/eskp.py Fri May 16 12:57:00 2014 +0200 +++ b/eskp.py Fri May 16 14:30:33 2014 +0200 @@ -153,7 +153,7 @@ filename = os.path.join("templates", get_locale(), "rst", "iek-7_author.rst") author = modal_info("/author_info.html", "author", _(u"IEK-7"), filename) return render_template("/iek-7.html", act="iek-7", content=content, - author=author, contact = u"Sandra Stein") + author=author, contact = u"IEK-7") @app.route("/imprint")