Commit c8b7b242 authored by Gyanendra Mishra's avatar Gyanendra Mishra

adjust to new render templates config

parent 92467d11
......@@ -3,7 +3,7 @@ UDP_PROTOCOL = "UDP"
def new_template_and_data(template, template_data_json):
return {"template": template, "template_data_json": template_data_json}
return struct(template = template, data = template_data_json)
def path_join(*args):
......
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