Similar to issue #383, the `withForms` variable is leaking to the global scope in [leaflet.draw.i18n.js](https://github.com/makinacorpus/django-leaflet/blob/master/leaflet/static/leaflet/draw/leaflet.draw.i18n.js). `...leaflet.draw.i18n.js` is rendered twice on the page, leading to an error in its second execution: ``` Uncaught SyntaxError: Identifier 'withForms' has already been declared (at leaflet.draw.i18n.js:1:1) ```