Files
django-map-location/map_location/templates/forms/map-location.html
2024-07-03 00:14:42 +02:00

8 lines
317 B
HTML

<div style="width: 100%">
<input name="{{ widget.name }}" id="{{id}}_value" type="hidden" value="{{ widget.value|default:'' }}" />
<div id="{{id}}_map" style="width: 100%; height: 400px"></div>
<a href="" id="{{id}}_btn"></a>
<script>
MapLocationInit("{{id}}", {{ map_options|safe }});
</script>
</div>