diff options
Diffstat (limited to 'archaeological_warehouse/forms.py')
-rw-r--r-- | archaeological_warehouse/forms.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index 4550970c9..99855bf0b 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -351,6 +351,12 @@ class ContainerSelect(HistorySelect): FieldType('treatment_emergency', TreatmentEmergencyType), FieldType('container_type', models.ContainerType) ] + SITE_KEYS = { + "archaeological_sites": "attached-to-operation", + "archaeological_sites_name": "name-attached-to-operation", + "archaeological_sites_context_record": "attached-to-cr", + "archaeological_sites_context_record_name": "name-attached-to-cr", + } ContainerFormSelection = get_form_selection( |