.
This commit is contained in:
+1
-1
@@ -410,7 +410,7 @@ class CidReportAnswerForm(ModelForm):
|
|||||||
class CidReportAnswerMarkForm(ModelForm):
|
class CidReportAnswerMarkForm(ModelForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = CidReportAnswer
|
model = CidReportAnswer
|
||||||
fields = ["score"]
|
fields = ["score", "feedback"]
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(CidReportAnswerMarkForm, self).__init__(*args, **kwargs)
|
super(CidReportAnswerMarkForm, self).__init__(*args, **kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user