diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-23 10:39:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:56 +0200 |
commit | e943d1982fa451fc886419040aba280d6960b117 (patch) | |
tree | 52ec529868f52c8c206428efe69e11226c69b059 /archaeological_operations | |
parent | 8358b94c162a0893b66fe42022fecea0f223454e (diff) | |
download | Ishtar-e943d1982fa451fc886419040aba280d6960b117.tar.bz2 Ishtar-e943d1982fa451fc886419040aba280d6960b117.zip |
Map: manage get item request
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index bae40492f..a28d3565b 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1199,7 +1199,6 @@ class ArchaeologicalSiteForm(ManageOldType): spatial_reference_system = forms.ChoiceField( label=_(u"Spatial Reference System"), required=False, choices=[]) - PROFILE_FILTER = { 'mapping': [ 'x', 'get_first_base_find__y', |