madisona/django-google-maps

How do I access map in the template?

Opened this issue · 1 comments

I've done everything by the tutorial and it works, I have the map in admin interface. How do I access this map In my templates? I need It in my details view.

I guess you can try something like this in Django Template to get coordinate value.

{{ company.geolocation.lat }}
{{ company.geolocation.lon }}