From dff77c3dcda6515008e16e40e9088d3c68f57700 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 24 Apr 2025 11:32:17 +0200 Subject: ✨ operation - quick edit: add comment field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/forms.py | 2 ++ 1 file changed, 2 insertions(+) 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), -- cgit v1.2.3