Update tooltips
This commit is contained in:
@@ -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'
|
||||
) }}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user