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()]
)

View File

@ -130,7 +130,7 @@
{{ DefinitionReviewField("POC Email Address", "primary_poc", "email_poc") }}
{{ DefinitionReviewField("DOD ID", "primary_poc", "dodid_poc") }}
{{ DefinitionReviewField("DoD ID", "primary_poc", "dodid_poc") }}
</dl>
{% if financial_review %}