Add validations back, few updates to layout

This commit is contained in:
Luis Cielak 2018-07-30 10:58:47 -04:00
parent 7b307ed1d8
commit db6566cc36

View File

@ -147,29 +147,24 @@
<dl>
<dt>POC First Name</dt>
<dd>
<dd>{{data['primary_poc']['fname_poc']}}</dd>
</dl>
<dl>
<dt>POC Last Name</dt>
<dd>
<dd>{{data['primary_poc']['lname_poc']}}</dd>
</dl>
<dl>
<dt>POC Email Address</dt>
<dd>
<dd>{{data['primary_poc']['email_poc']}}</dd>
</dl>
<dl>
<dt>DOD ID</dt>
<dd>
<dd>{{data['primary_poc']['dodid_poc']}}</dd>
</dl>
fname_poc
lname_poc
email_poc
dodid_poc
</form>
{% end %}