diff options
-rw-r--r-- | archaeological_operations/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index ae42ab623..6dbb0d2bf 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') ), |