summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-11 18:55:33 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:41:37 +0200
commit20d5c7d28d127a2ef8deab2ba2c6a7045700b6c8 (patch)
tree28057054e3cea0aa7815dbe0ef21d71219fae5e2 /archaeological_context_records/forms.py
parent630b7be7a5ee39bd418b81f8dc88831c1b65b39c (diff)
downloadIshtar-20d5c7d28d127a2ef8deab2ba2c6a7045700b6c8.tar.bz2
Ishtar-20d5c7d28d127a2ef8deab2ba2c6a7045700b6c8.zip
Site translations in forms
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 187a4eb2b..a14fb02d8 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -98,6 +98,7 @@ class RecordSelect(HistorySelect):
FieldType('cr_relation_types', models.RelationType),
FieldType('ope_relation_types', OpeRelationType),
]
+ SITE_KEYS = {"archaeological_site": None}
def get_input_ids(self):
ids = super(RecordSelect, self).get_input_ids()