validate dod id for task order officers

This commit is contained in:
dandds
2019-01-07 12:14:42 -05:00
parent 7c5f0fa27d
commit c1f3f6bb62
3 changed files with 17 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
</div>
<div class='form-col form-col--half'>
{{ TextInput(dod_id, placeholder='1234567890') }}
{{ TextInput(dod_id, placeholder='1234567890', validation='dodId') }}
</div>
</div>
{% endmacro %}