Adjust formatting

This commit is contained in:
luis cielak 2018-08-16 10:58:08 -04:00 committed by richard-dds
parent 453d45bf36
commit af96237231

View File

@ -52,22 +52,14 @@
tooltip="Program Element numbers helps the Department of Defense identify which offices\\' budgets are contributing towards this resource use." tooltip="Program Element numbers helps the Department of Defense identify which offices\\' budgets are contributing towards this resource use."
) }} ) }}
{{ TextInput(f.treasury_code, {{ TextInput(f.treasury_code,placeholder="e.g.: 1200") }}
placeholder="e.g.: 1200"
) }}
{{ TextInput(f.ba_code, {{ TextInput(f.ba_code,placeholder="e.g.: 02") }}
placeholder="e.g.: 02"
) }}
<h3>Contracting Officer (KO) Information</h3> <h3>Contracting Officer (KO) Information</h3>
{{ TextInput( {{ TextInput(f.fname_co,placeholder="Contracting Officer First Name") }}
f.fname_co,placeholder="Contracting Officer First Name"
) }}
{{ TextInput( {{ TextInput(f.lname_co,placeholder="Contracting Officer Last Name") }}
f.lname_co,placeholder="Contracting Officer Last Name"
) }}
{{ TextInput( {{ TextInput(
f.email_co,validation='email', f.email_co,validation='email',
@ -82,21 +74,13 @@
<h3>Contracting Officer Representative (COR) Information</h3> <h3>Contracting Officer Representative (COR) Information</h3>
{{ TextInput( {{ TextInput(f.fname_cor,placeholder="Contracting Officer Representative First Name") }}
f.fname_cor,placeholder="Contracting Officer Representative First Name"
) }}
{{ TextInput( {{ TextInput(f.lname_cor,placeholder="Contracting Officer Representative Last Name") }}
f.lname_cor,placeholder="Contracting Officer Representative Last Name"
) }}
{{ TextInput( {{ TextInput(f.email_cor,validation='email',placeholder="jane@mail.mil") }}
f.email_cor,validation='email',placeholder="jane@mail.mil"
) }}
{{ TextInput( {{ TextInput(f.office_cor,placeholder="e.g.: WHS") }}
f.office_cor,placeholder="e.g.: WHS"
) }}
<hr> <hr>
@ -106,13 +90,9 @@
) }} ) }}
<fieldset class="form__sub-fields form__sub-fields--warning"> <fieldset class="form__sub-fields form__sub-fields--warning">
{{ OptionsInput( {{ OptionsInput(f.funding_type) }}
f.funding_type
) }}
{{ TextInput( {{ TextInput(f.funding_type_other) }}
f.funding_type_other
) }}
{{ TextInput( {{ TextInput(
f.clin_0001,placeholder="50,000", f.clin_0001,placeholder="50,000",