Skip to content

Commit c8702d3

Browse files
committed
self.modifiable should not be tuple() (fixes makinacorpus#64)
1 parent ddbbcae commit c8702d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaflet/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class LeafletMap(self.widget):
4444
template_name = self.map_template
4545
include_media = True
4646
geom_type = db_field.geom_type
47-
modifiable = self.modifiable,
47+
modifiable = self.modifiable
4848
map_width = self.map_width
4949
map_height = self.map_height
5050
display_raw = self.display_raw

0 commit comments

Comments
 (0)