summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r--archaeological_finds/forms.py2
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)