makinacorpus / django-leaflet

Use Leaflet in your Django projects
GNU Lesser General Public License v3.0
716 stars 282 forks source link

Update widget.rst #340

Closed mstarikov closed 3 years ago

mstarikov commented 3 years ago

It seems blocks in change_form.html have been renamed in Django 3.2 and attempt to render custom form in admin with LeafletWidget will throw an error in console  (index):539 Uncaught ReferenceError: L is not defined at loadmap ((index):539)  replacing stylesheet with extrastyle and javascripts with admin_change_form_document_ready works.

Gagaro commented 3 years ago

Thanks for the quick fix :+1: .