Make LOA fields optional
This commit is contained in:
parent
9a7bcd6f29
commit
870e0a299e
@ -32,7 +32,7 @@ class KOReviewForm(CacheableForm):
|
|||||||
loas = FieldList(
|
loas = FieldList(
|
||||||
StringField(
|
StringField(
|
||||||
translate("forms.ko_review.loa"),
|
translate("forms.ko_review.loa"),
|
||||||
validators=[Length(min=10), IsNumber(), Optional()],
|
validators=[Optional()],
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
custom_clauses = TextAreaField(
|
custom_clauses = TextAreaField(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user