Apply validation colors to correct icons

This commit is contained in:
luis cielak
2018-08-13 13:17:21 -04:00
parent 65207a480d
commit 23ae914211
3 changed files with 3 additions and 3 deletions

View File

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