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)