.
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ AnswerFormSet = inlineformset_factory(
|
||||
fields=["answer", "status"],
|
||||
widgets={
|
||||
"answer": Textarea(
|
||||
attrs={"required": "true", "minlength": 2, "maxlength": 500, "rows": 3}
|
||||
attrs={"required": "false", "minlength": 2, "maxlength": 500, "rows": 3}
|
||||
)
|
||||
},
|
||||
exclude=[],
|
||||
|
||||
Reference in New Issue
Block a user