diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-04 12:46:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
commit | 7db3c03eed446df0f2dfb84dec9467cf43589e63 (patch) | |
tree | d7cf1f8c7d31f3a8a51d2c532c6b6ba82f440280 /archaeological_context_records/admin.py | |
parent | b665a5ecec08e057e78320c43c702ebefb5a7a29 (diff) | |
download | Ishtar-7db3c03eed446df0f2dfb84dec9467cf43589e63.tar.bz2 Ishtar-7db3c03eed446df0f2dfb84dec9467cf43589e63.zip |
Map: manage default extent and zoom to current extent
Diffstat (limited to 'archaeological_context_records/admin.py')
-rw-r--r-- | archaeological_context_records/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |