small schema refinements for request_reviews

This commit is contained in:
dandds
2018-09-10 13:33:10 -04:00
parent d3c98523c4
commit aadedfc3b0
6 changed files with 73 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ from .validators import Alphabet, PhoneNumber
class CCPOReviewForm(ValidatedForm):
comments = TextAreaField("Comments (optional)")
comment = TextAreaField("Comments (optional)")
fname_mao = StringField("First Name (optional)", validators=[Alphabet()])
lname_mao = StringField("Last Name (optional)", validators=[Alphabet()])
email_mao = EmailField("Mission Owner e-mail (optional)", validators=[Email()])