From 02e938c90ee265cb869265dbdabcb19fa4dc25b7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 23 Nov 2021 11:58:45 +0100 Subject: Quick edit basket form: fix confirmation value for "shared write_with" --- 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 ee36ebc99..8337cbcf8 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_writewith(self, value): + def _get_qa_shared_write_with(self, value): return self._get_ishtar_user_list(value) -- cgit v1.2.3