makinacorpus / django-leaflet

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

Pass with_forms to leaflet_draw_i18n template #387

Closed adamchainz closed 1 month ago

adamchainz commented 1 month ago

Fixes #386. Pass the with_forms variable from the outer context, set by the leaflet_js tag, through leaflet_draw_i18n to its template.

Tested loading the template referenced in issue, now I can see all the little JSON <script> tags and the console error is gone.