Update placeholder example to match valid regex
This commit is contained in:
parent
deaf4eb5b6
commit
81268736a1
@ -49,13 +49,13 @@
|
||||
) }}
|
||||
|
||||
{{ TextInput(f.pe_id,
|
||||
placeholder="e.g.: 0203752A",
|
||||
placeholder="e.g.: 0302400A",
|
||||
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.: 00123456") }}
|
||||
|
||||
{{ TextInput(f.ba_code,placeholder="e.g.: 02") }}
|
||||
{{ TextInput(f.ba_code,placeholder="e.g.: 02A") }}
|
||||
|
||||
<h3>Contracting Officer (KO) Information</h3>
|
||||
{{ TextInput(f.fname_co,placeholder="Contracting Officer First Name") }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user