Commit 7fc5e3ba authored by Dominik Rosiek's avatar Dominik Rosiek

pollutions with html

parent a25f9712
......@@ -45,7 +45,8 @@ class MainHandler(tornado.web.RequestHandler):
"longname": pollution.longname,
"description": pollution.description,
"unit": pollution.unit,
"norm": pollution.norm
"norm": pollution.norm,
"html": pollution.html
}
def get_measurement_json_object(self, measurement):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment