Begin adding tooltips to req form fields

This commit is contained in:
luis cielak
2018-08-09 14:57:45 -04:00
parent 659edcd183
commit a9be4665ce
7 changed files with 9 additions and 11 deletions

View File

@@ -12,7 +12,7 @@
{% endif %}
{% if field.errors %}
{{ Icon('alert') }}
<span class="icon-validation">{{ Icon('alert') }}</span>
{% endif %}
</legend>