This commit is contained in:
Ross
2021-03-01 15:08:26 +00:00
parent 1cb8177840
commit ba05569c8e
+1 -1
View File
@@ -179,7 +179,7 @@ AnswerFormSet = inlineformset_factory(
fields=["answer", "status"], fields=["answer", "status"],
widgets={ widgets={
"answer": Textarea( "answer": Textarea(
attrs={"required": "true", "minlength": 2, "maxlength": 500, "rows": 3} attrs={"required": "false", "minlength": 2, "maxlength": 500, "rows": 3}
) )
}, },
exclude=[], exclude=[],