Update TO section for Oversight

This commit is contained in:
leigh-mil
2019-01-10 11:15:39 -05:00
parent 922ec56134
commit 74ab102891
5 changed files with 98 additions and 46 deletions

View File

@@ -6,6 +6,7 @@
label=field.label | striptags,
description=field.description,
tooltip='',
tooltip_title='Help',
placeholder='',
validation='anything',
paragraph=False,
@@ -30,7 +31,7 @@
<label for={{field.name}}>
<div class="usa-input__title">
{{ label }}
{% if tooltip %}{{ Tooltip(tooltip) }}{% endif %}
{% if tooltip %}{{ Tooltip(tooltip, tooltip_title) }}{% endif %}
</div>
{% if field.description %}