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