Gonzalo S

Results 2 comments of Gonzalo S

I had the same Issue on Django 1.11. I fixed it by modifying template "templates\gis\admin\openlayers.html": Changed: ``` {% block init_function %}{{ module }}.init();{% endblock %} ``` With: ``` {% block...

I think its a problem django.contrib.gis, but it only appears when working together with django-jet. The original code just makes `{{ module }}.init();` assuming document is fully loaded