From 7db3c03eed446df0f2dfb84dec9467cf43589e63 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 4 Feb 2019 12:46:49 +0100 Subject: Map: manage default extent and zoom to current extent --- archaeological_context_records/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/admin.py') diff --git a/archaeological_context_records/admin.py b/archaeological_context_records/admin.py index bfa859c48..f79bf1d7b 100644 --- a/archaeological_context_records/admin.py +++ b/archaeological_context_records/admin.py @@ -47,7 +47,7 @@ class AdminContextRecordForm(forms.ModelForm): model = models.ContextRecord exclude = [] point_2d = PointField(label=_(u"Point"), required=False, - widget=OSMWidget) + widget=OSMWidget) multi_polygon = MultiPolygonField(label=_(u"Multi polygon"), required=False, widget=OSMWidget) operation = AutoCompleteSelectField('operation') -- cgit v1.2.3