eskp.py
changeset 1056 cdd6167a71de
parent 1053 878b81ffb8f7
child 1057 53622e770eca
     1.1 --- a/eskp.py	Mon Feb 03 20:09:53 2020 +0100
     1.2 +++ b/eskp.py	Mon Feb 03 23:07:26 2020 +0100
     1.3 @@ -196,7 +196,11 @@
     1.4  def ozoneloss_uvmap_date(date):
     1.5      filename = os.path.join("templates", get_locale(), "rst", "ozoneloss_uvmap.rst")
     1.6      content = get_content(filename)
     1.7 -    return render_template("/ozoneloss_uvmap.html", act="ozoneloss/uvmap/%s" % date, content=content, date=date)
     1.8 +    htmlfile = os.path.join("templates", get_locale(), "html", "uvi_table.html")
     1.9 +    html_table = get_html_content(htmlfile)
    1.10 +
    1.11 +    return render_template("/ozoneloss_uvmap.html", act="ozoneloss/uvmap/%s" % date, content=content,
    1.12 +                           html_table=html_table, date=date)
    1.13  
    1.14  
    1.15  @app.route('/ozoneloss/vpsc/<year>')
Impressum Datenschutzerklärung