summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 6f3c027a7..68b87698f 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -1890,7 +1890,7 @@ class QAOperationFormMulti(QAForm):
choices=QAForm.NULL_BOOL_CHOICES
)
qa_collaborators = forms.IntegerField(
- label=_("Collaborators"),
+ label=_("Collaborators"), required=False,
widget=widgets.JQueryAutoComplete(
reverse_lazy('autocomplete-person')
),