summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/static/src/xml/googlemap_template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ab_openstreetmap/static/src/xml/googlemap_template.xml')
-rw-r--r--ab_openstreetmap/static/src/xml/googlemap_template.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ab_openstreetmap/static/src/xml/googlemap_template.xml b/ab_openstreetmap/static/src/xml/googlemap_template.xml
index 3a80a4f2..53aef261 100644
--- a/ab_openstreetmap/static/src/xml/googlemap_template.xml
+++ b/ab_openstreetmap/static/src/xml/googlemap_template.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="googlemap_template">
- <div id="mapid" style="height: 400px; width: 100%;"></div>
+ <!-- <div id="mapid" style="height: 400px; width: 100%;"></div> -->
+ <div t-attf-id="mapid" style="height: 400px; width: 100%;" ></div>
</t>
</templates>