diff options
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 |
commit | 20d5c7d28d127a2ef8deab2ba2c6a7045700b6c8 (patch) | |
tree | 28057054e3cea0aa7815dbe0ef21d71219fae5e2 /archaeological_context_records/forms.py | |
parent | 630b7be7a5ee39bd418b81f8dc88831c1b65b39c (diff) | |
download | Ishtar-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.py | 1 |
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() |