DOD -> DoD all the things

This commit is contained in:
luis cielak
2018-09-13 09:37:39 -04:00
committed by luisgov
parent ce34a5afee
commit 58cd6e205a
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ class WorkspaceOwnerForm(ValidatedForm):
email_poc = EmailField("Email Address", validators=[Required(), Email()])
dodid_poc = StringField(
"DOD ID", validators=[Required(), Length(min=10), IsNumber()]
"DoD ID", validators=[Required(), Length(min=10), IsNumber()]
)