summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index d8a6f81ff..59704cf81 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -1747,6 +1747,8 @@ class QAOperationFormMulti(QAForm):
reverse_lazy('autocomplete-person')
),
)
+ qa_comment = forms.CharField(label=_("Comment"), required=False,
+ widget=forms.Textarea)
TYPES = [
FieldType('qa_operation_type', models.OperationType),