equal
deleted
inserted
replaced
124 |
124 |
125 @app.route("/ozoneloss") |
125 @app.route("/ozoneloss") |
126 def task(): |
126 def task(): |
127 filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst") |
127 filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst") |
128 content = get_content(filename) |
128 content = get_content(filename) |
129 print content |
|
130 print filename |
|
131 return render_template("/ozoneloss.html", act="ozoneloss", content=content, year=2014) |
129 return render_template("/ozoneloss.html", act="ozoneloss", content=content, year=2014) |
132 |
130 |
133 @app.route("/iek-7") |
131 @app.route("/iek-7") |
134 def submission(): |
132 def submission(): |
135 filename = os.path.join("templates", get_locale(), "rst", "iek-7.rst") |
133 filename = os.path.join("templates", get_locale(), "rst", "iek-7.rst") |