diff --git a/templates/components/text_input.html b/templates/components/text_input.html
index 78b858b0..21a0839d 100644
--- a/templates/components/text_input.html
+++ b/templates/components/text_input.html
@@ -37,8 +37,10 @@
{{ description | safe }}
{% endif %}
- {{ Icon('alert',classes="icon-validation") }}
- {{ Icon('ok',classes="icon-validation") }}
+ {% if not disabled %}
+ {{ Icon('alert',classes="icon-validation") }}
+ {{ Icon('ok',classes="icon-validation") }}
+ {% endif %}