From 6798bd200e153a15da0f365ad2f83955a70c008f Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 5 Sep 2018 14:17:03 -0400 Subject: [PATCH] make field cols half/half --- templates/requests/financial_verification.html | 4 ++-- templates/requests/screen-2.html | 4 ++-- templates/requests/screen-3.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index 905e0c92..c43942ef 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -139,7 +139,7 @@
-
{{ TextInput(f.email_co,validation='email') }}
+
{{ TextInput(f.email_co,validation='email', placeholder='e.g. jane@mail.mil') }}
{{ TextInput(f.office_co,placeholder="e.g.: WHS") }}
@@ -152,7 +152,7 @@
-
{{ TextInput(f.email_cor,validation='email') }}
+
{{ TextInput(f.email_cor,validation='email', placeholder='e.g. jane@mail.mil') }}
{{ TextInput(f.office_cor,placeholder="e.g.: WHS") }}
diff --git a/templates/requests/screen-2.html b/templates/requests/screen-2.html index 281296ea..52395767 100644 --- a/templates/requests/screen-2.html +++ b/templates/requests/screen-2.html @@ -26,8 +26,8 @@
-
{{ TextInput(f.email_request, placeholder='jane@mail.mil', validation='email') }}
-
{{ TextInput(f.phone_number, placeholder='e.g. (123) 456-7890', validation='usPhone') }}
+
{{ TextInput(f.email_request, placeholder='e.g. jane@mail.mil', validation='email') }}
+
{{ TextInput(f.phone_number, placeholder='e.g. (123) 456-7890', validation='usPhone') }}

We want to collect the following information from you for security auditing and determining priviledged user access.

diff --git a/templates/requests/screen-3.html b/templates/requests/screen-3.html index 1232d1fa..61b370d3 100644 --- a/templates/requests/screen-3.html +++ b/templates/requests/screen-3.html @@ -43,8 +43,8 @@
-
{{ TextInput(f.email_poc, validation='email') }}
-
{{ TextInput(f.dodid_poc, validation='dodId') }}
+
{{ TextInput(f.email_poc, validation='email', placeholder='e.g. jane@mail.mil') }}
+
{{ TextInput(f.dodid_poc, validation='dodId', placeholder='10-digit number on back of CAC') }}