From 9f3fabb51fced9ad0611269f09ac06534c3c13f1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 22 Nov 2021 01:19:29 +0100 Subject: Quick edit CR form: fix confirmation value for "site" (refs #5208) --- archaeological_finds/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_finds/forms.py') diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 8337cbcf8..ee36ebc99 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -1156,7 +1156,7 @@ class QAFindBasketModify(QAForm): def _get_qa_shared_with(self, value): return self._get_ishtar_user_list(value) - def _get_qa_shared_write_with(self, value): + def _get_qa_shared_writewith(self, value): return self._get_ishtar_user_list(value) -- cgit v1.2.3