Update tooltips

This commit is contained in:
luis cielak
2018-08-16 10:44:42 -04:00
committed by richard-dds
parent 12668cd987
commit 7471d062e1
2 changed files with 16 additions and 17 deletions

View File

@@ -106,7 +106,7 @@
) }}
{{ OptionsInput(
f.funding_type,
f.funding_type
) }}
{{ TextInput(
@@ -115,37 +115,31 @@
{{ TextInput(
f.clin_0001,placeholder="50,000",
validation='integer',
tooltip="Review your task order document, the amounts for each CLIN must match exactly here."
validation='integer'
) }}
{{ TextInput(
f.clin_0003,placeholder="13,000",
validation='integer',
tooltip="Review your task order document, the amounts for each CLIN must match exactly here."
validation='integer'
) }}
{{ TextInput(
f.clin_1001,placeholder="30,000",
validation='integer',
tooltip="Review your task order document, the amounts for each CLIN must match exactly here."
validation='integer'
) }}
{{ TextInput(
f.clin_1003,placeholder="7,000",
validation='integer',
tooltip="Review your task order document, the amounts for each CLIN must match exactly here."
validation='integer'
) }}
{{ TextInput(
f.clin_2001,placeholder="30,000",
validation='integer',
tooltip="Review your task order document, the amounts for each CLIN must match exactly here."
validation='integer'
) }}
{{ TextInput(f.clin_2003,placeholder="7,000",
validation='integer',
tooltip="Review your task order document, the amounts for each CLIN must match exactly here."
validation='integer'
) }}