diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-14 10:26:28 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-14 10:26:28 +0700 |
| commit | 1cecf60302ea02e250a97ca2dbc6679332988bc0 (patch) | |
| tree | 55810202c5ff503083a780227539683d4065f591 /ab_openstreetmap/static/src/xml | |
| parent | 3cb22a5059bfddc5f1d234e8c34e726debe9643d (diff) | |
(andri) add search pada gmaps contact
Diffstat (limited to 'ab_openstreetmap/static/src/xml')
| -rw-r--r-- | ab_openstreetmap/static/src/xml/googlemap_template.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ab_openstreetmap/static/src/xml/googlemap_template.xml b/ab_openstreetmap/static/src/xml/googlemap_template.xml index 53aef261..e4639a51 100644 --- a/ab_openstreetmap/static/src/xml/googlemap_template.xml +++ b/ab_openstreetmap/static/src/xml/googlemap_template.xml @@ -1,7 +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 t-attf-id="mapid" style="height: 400px; width: 100%;" ></div> + <div id="mapid" style="height: 400px; width: 100%;"></div> </t> </templates> + |
