Skip to content

Commit 7c85890

Browse files
committed
[chores] Removed leaflet.draw.i18n.js
The work-around for preventing "redeclaration of const withForms" has been moved to django-loci. openwisp/django-loci#175
1 parent 35dbfe5 commit 7c85890

2 files changed

Lines changed: 1 addition & 117 deletions

File tree

openwisp_controller/geo/static/leaflet/draw/leaflet.draw.i18n.js

Lines changed: 0 additions & 116 deletions
This file was deleted.

tests/openwisp2/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
SITE_ID = 1
7575

7676
STATICFILES_FINDERS = [
77+
'openwisp_utils.staticfiles.DependencyFinder',
7778
'django.contrib.staticfiles.finders.FileSystemFinder',
7879
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
79-
'openwisp_utils.staticfiles.DependencyFinder',
8080
]
8181

8282
MIDDLEWARE = [

0 commit comments

Comments
 (0)