diff options
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r-- | archaeological_context_records/forms.py | 6 |
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' |