From 81268736a148964c48e05354bad1dc3f5c6cdf2d Mon Sep 17 00:00:00 2001 From: luis cielak Date: Mon, 20 Aug 2018 10:24:07 -0400 Subject: [PATCH] Update placeholder example to match valid regex --- templates/requests/financial_verification.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index c45a0889..71057795 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -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") }}

Contracting Officer (KO) Information

{{ TextInput(f.fname_co,placeholder="Contracting Officer First Name") }}