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.
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.