1.1 --- a/eskp.py Wed Jan 29 09:01:31 2025 +0100
1.2 +++ b/eskp.py Wed Jan 29 16:54:42 2025 +0100
1.3 @@ -76,7 +76,7 @@
1.4 ('/ozoneloss/uvi', _(u'uv increase')),
1.5 ('/ozoneloss/decadal', _(u'decadal')))),
1.6 ('/eskp', _(u'ESKP'), (None, None)),
1.7 - ('/iek-7', _(u'IEK-7'), (None, None))
1.8 + ('/ice-4', _(u'ICE-4'), (None, None))
1.9 ]
1.10 return menue
1.11
1.12 @@ -372,9 +372,9 @@
1.13
1.14
1.15
1.16 -@app.route("/iek-7")
1.17 +@app.route("/ice-4")
1.18 def institute():
1.19 - filename = os.path.join("templates", get_locale(), "rst", "iek-7.rst")
1.20 + filename = os.path.join("templates", get_locale(), "rst", "ice-4.rst")
1.21 content = get_content(filename)
1.22 vcard_file = os.path.join("vcards", "sas.vcf")
1.23 author = u""
1.24 @@ -384,11 +384,11 @@
1.25 card = None
1.26 if card is not None:
1.27 qr_image = qr_image_data(card)
1.28 - author = render_template("/author_info.html", act="author", title=_(u"IEK-7"),
1.29 + author = render_template("/author_info.html", act="author", title=_(u"ICE-4"),
1.30 card=card, image=qr_image, contact=_(u"Contact"), exit=_(u"Close"))
1.31
1.32 - return render_template("/iek-7.html", act="iek-7", content=content,
1.33 - author=author, card=card, contact=u"IEK-7")
1.34 + return render_template("/ice-4.html", act="ice-4", content=content,
1.35 + author=author, card=card, contact=u"ICE-4")
1.36
1.37
1.38 @app.route("/imprint")