Commit 9a69ba5e authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: fetch the wallpaper from the base url

parent bce39ba0
...@@ -99,6 +99,6 @@ else: ...@@ -99,6 +99,6 @@ else:
background-attachment: fixed; background-attachment: fixed;
background-image: url("%s"); background-image: url("%s");
} }
""" % wallpaper_url) """ % urljoin(base_prefix, wallpaper_url))
return view_as_web_method(mapping_dict=mapping_dict) return view_as_web_method(mapping_dict=mapping_dict)
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