Commit 6fd0dd23 by aagusti

pemisahan gmap js dengan controls

1 parent d909da97
......@@ -368,7 +368,11 @@ class MapWidget(Widget):
}
gmap_edit_url = ""
show_options = False
requirements = ()
requirements = (('deform', None),
{
"js": "opensipkd.base:static/js/gmap.js",
"css": "deform:static/select2/select2.css",
},)
def __init__(self, **kw):
super().__init__(**kw)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!