From 32569ae9e3c7d1300f28c7ebe7f1b3e8c10efd41 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 28d8825f4..63436bf57 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1756,6 +1756,8 @@ class QAOperationFormMulti(QAForm): associated_model=Person, new=True ), ) + qa_comment = forms.CharField(label=_("Comment"), required=False, + widget=forms.Textarea) TYPES = [ FieldType('qa_operation_type', models.OperationType), -- cgit v1.2.3