From 6b78aab8a9f96769fb534d411284550dbff7e10b Mon Sep 17 00:00:00 2001 From: luis cielak Date: Fri, 10 Aug 2018 14:20:25 -0400 Subject: [PATCH] Add placeholders to info about you section --- templates/requests/screen-2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/requests/screen-2.html b/templates/requests/screen-2.html index be32dc90..e0732b4c 100644 --- a/templates/requests/screen-2.html +++ b/templates/requests/screen-2.html @@ -26,9 +26,9 @@

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

-{{ TextInput(f.service_branch,placeholder='e.g. US Air Force, US Army, US Navy, Marine Corps, Defense Media Agency') }} +{{ TextInput(f.service_branch,placeholder='e.g. US Air Force, US Army, US Navy, Marine Corps, Defense Media Agency', tooltip="Which services and organizations do you belong to within the DoD?") }} {{ OptionsInput(f.citizenship) }} {{ OptionsInput(f.designation) }} -{{ TextInput(f.date_latest_training) }} +{{ TextInput(f.date_latest_training,tooltip="To complete the training, you can find it here: https://iatraining.disa.mil/eta/disa_cac2018/launchPage.htm") }} {% endblock %}