django-geoposition
django-geoposition copied to clipboard
admin inlines "Add another" link does not work
If the GeopositionFiled
is used on a form in django admin inlines, the "Add another" link unhides a form with misplaced and inactive map. There should be some way to reinit the map in the geoposition.js
which I am not aware of.
django/contrib/admin/templates/admin/edit_inline
templates and static/admin/js/inlines.js
are involved.
The dirty workaround is to hide the div#YOURMODEL_set-group.inline-group div.add-row
by overriding some admin style file like geoposition.css
.
I also have the same problem, could you please explain more detail how did you fix it?
Same problem for me.
Also ran into this issue
Did anyone found solution for this?