DOD -> DoD all the things
This commit is contained in:
parent
ce34a5afee
commit
58cd6e205a
@ -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()]
|
||||
)
|
||||
|
||||
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user