From f2febcf791781c96128aef73ace3621762e102f7 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Apr 2022 16:19:19 +0100 Subject: [PATCH] . --- atlas/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/forms.py b/atlas/forms.py index 1a18b2e2..3b8a0bfe 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -410,7 +410,7 @@ class CidReportAnswerForm(ModelForm): class CidReportAnswerMarkForm(ModelForm): class Meta: model = CidReportAnswer - fields = ["score"] + fields = ["score", "feedback"] def __init__(self, *args, **kwargs): super(CidReportAnswerMarkForm, self).__init__(*args, **kwargs)