summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2021-11-03 15:32:31 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:58:49 +0200
commitfbbfd652ffc9c18e04a8b320ef3e565f4d98c991 (patch)
tree40f1d2371e1fa6a08d859842c699a99cff2f442b
parenta8d98da36adb54bd3d7fe5843b22baecca4bcfe4 (diff)
downloadIshtar-fbbfd652ffc9c18e04a8b320ef3e565f4d98c991.tar.bz2
Ishtar-fbbfd652ffc9c18e04a8b320ef3e565f4d98c991.zip
add town on bulk update on UE search #5174 part two
-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(