From 1231edee412491490a770521091223b6e6b196cc Mon Sep 17 00:00:00 2001 From: luis cielak Date: Mon, 13 Aug 2018 15:28:20 -0400 Subject: [PATCH] Fix icon error --- templates/components/options_input.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/options_input.html b/templates/components/options_input.html index 1277b3b5..34c9a0da 100644 --- a/templates/components/options_input.html +++ b/templates/components/options_input.html @@ -17,7 +17,7 @@ {% endif %} {% if field.errors %} - {{ Icon('alert',classes="icon-validation")) }} + {{ Icon('alert',classes="icon-validation") }} {% endif %}