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 | 3df913de67c8ec3021e0a215a59b4ab272bd494d (patch) | |
tree | 52ec529868f52c8c206428efe69e11226c69b059 /archaeological_operations/forms.py | |
parent | ed873aba33c302d5af5223d68b572fae084a104b (diff) | |
download | Ishtar-3df913de67c8ec3021e0a215a59b4ab272bd494d.tar.bz2 Ishtar-3df913de67c8ec3021e0a215a59b4ab272bd494d.zip |
Map: manage get item request
Diffstat (limited to 'archaeological_operations/forms.py')
-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', |