Make LOA fields optional

This commit is contained in:
leigh-mil 2019-02-26 14:59:01 -05:00
parent 9a7bcd6f29
commit 870e0a299e

View File

@ -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(