diff --git a/kfet/templates/kfet/form_field_snippet.html b/kfet/templates/kfet/form_field_snippet.html
index 771e4185..0873a481 100644
--- a/kfet/templates/kfet/form_field_snippet.html
+++ b/kfet/templates/kfet/form_field_snippet.html
@@ -6,7 +6,8 @@
{{ field|add_class:'form-control' }}
{% if field.errors %}
{{field.errors}}
- {% elif field.help_text %}
+ {% endif %}
+ {% if field.help_text %}
{{field.help_text}}
{% endif %}