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 | 3f698444f50b2030d7feec21c6f8a60669484bb5 (patch) | |
tree | d7cf1f8c7d31f3a8a51d2c532c6b6ba82f440280 /archaeological_context_records/admin.py | |
parent | f530c2b19904787864b6a9cc1e988da11e524b4b (diff) | |
download | Ishtar-3f698444f50b2030d7feec21c6f8a60669484bb5.tar.bz2 Ishtar-3f698444f50b2030d7feec21c6f8a60669484bb5.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') |