Closed adamchainz closed 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.
with_forms
leaflet_js
leaflet_draw_i18n
Tested loading the template referenced in issue, now I can see all the little JSON <script> tags and the console error is gone.
<script>
Fixes #386. Pass the
with_forms
variable from the outer context, set by theleaflet_js
tag, throughleaflet_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.