summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-05 17:13:42 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:41:37 +0200
commit7f6d854d7d3868f778fa1e43fcbed58f1613ce01 (patch)
tree9bdedd219f5aeb540d88255a3f436fade6038c88 /archaeological_context_records/forms.py
parent1ffdfe3567614c74e146ecc9533adb5ac10bd49d (diff)
downloadIshtar-7f6d854d7d3868f778fa1e43fcbed58f1613ce01.tar.bz2
Ishtar-7f6d854d7d3868f778fa1e43fcbed58f1613ce01.zip
Forms: fix mapping filtering
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index b9fbfac69..187a4eb2b 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -207,8 +207,10 @@ class RecordFormGeneral(CustomForm, ManageOldType):
PROFILE_FILTER = {
'mapping': [
- 'x', 'get_first_base_find__y',
- 'z', 'get_first_base_find__estimated_error_x',
+ 'x',
+ 'y',
+ 'z',
+ 'estimated_error_x',
'estimated_error_y',
'estimated_error_z',
'spatial_reference_system'