diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-22 01:19:29 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:49 +0200 |
commit | b841d84be32a953d779957d7a649695a480248c4 (patch) | |
tree | c167e1efa91ca3d68a7bfb357511b1dba5107777 /archaeological_finds/forms.py | |
parent | 77f5a671bf6114b58f62ff2d36354656f625bedd (diff) | |
download | Ishtar-b841d84be32a953d779957d7a649695a480248c4.tar.bz2 Ishtar-b841d84be32a953d779957d7a649695a480248c4.zip |
Quick edit CR form: fix confirmation value for "site" (refs #5208)
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |