Update copy in new application form.

This commit is contained in:
leigh-mil
2020-01-19 08:14:13 -05:00
parent d38b5f7012
commit 88d57a414b
5 changed files with 12 additions and 10 deletions

View File

@@ -32,6 +32,6 @@
{{ TextInput(member_form.email, validation='email', optional=False) }}
{{ PhoneInput(member_form.phone_number, member_form.phone_ext)}}
{{ TextInput(member_form.dod_id, validation='dodId', optional=False) }}
<a href="#">How do I find the DoD ID?</a>
<a href="#">{{ "forms.new_member.dod_help" | translate }}</a>
</div>
{% endmacro %}