1.1 --- a/eskp.py Fri May 09 12:43:56 2014 +0200
1.2 +++ b/eskp.py Fri May 09 15:11:43 2014 +0200
1.3 @@ -35,7 +35,7 @@
1.4
1.5 def get_topmenue():
1.6 menue = [
1.7 - ('/', _(u'Home')),
1.8 +# ('/', _(u'Startseite')),
1.9 ('/ozoneloss', _(u'Ozoneloss')),
1.10 ('/eskp', _(u'ESKP')),
1.11 ('/iek-7', _(u'IEK-7')),
1.12 @@ -150,7 +150,7 @@
1.13 filename = os.path.join("templates", get_locale(), "rst", "explanation_vpsc.rst")
1.14 explanation = get_content(filename)
1.15
1.16 - return render_template("/ozoneloss_vpsc.html", act="ozoneloss/vpsc/2014", content=content, content_explanation=explanation, year=2011)
1.17 + return render_template("/ozoneloss_vpsc.html", act="ozoneloss/vpsc/2014", content=content, content_explanation=explanation, year=2010)
1.18
1.19 @app.route('/de')
1.20 def de():