summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index e4a17f6ce..a7f9347be 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -702,7 +702,10 @@ class QAContextRecordFormMulti(QAForm):
"qa_unit": models.Unit,
"qa_town": models.Town,
}
- REPLACE_FIELDS = ["qa_unit"]
+ REPLACE_FIELDS = [
+ "qa_unit",
+ "qa_town",
+ ]
MULTI = True
qa_relation_type = forms.ChoiceField(