Update placeholder example to match valid regex

This commit is contained in:
luis cielak 2018-08-20 10:24:07 -04:00
parent deaf4eb5b6
commit 81268736a1

View File

@ -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") }}