diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html
index dd12ea01..40f38af0 100644
--- a/templates/requests/financial_verification.html
+++ b/templates/requests/financial_verification.html
@@ -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") }}
Contracting Officer (KO) Information
- {{ 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 @@
Contracting Officer Representative (COR) Information
- {{ 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") }}
@@ -106,13 +90,9 @@
) }}