diff --git a/kfet/templates/kfet/form_field_snippet.html b/kfet/templates/kfet/form_field_snippet.html index 705427fe..34ebe58e 100644 --- a/kfet/templates/kfet/form_field_snippet.html +++ b/kfet/templates/kfet/form_field_snippet.html @@ -4,7 +4,10 @@
{{ field|add_class:'form-control' }} + {% if field.errors %} + {{field.errors}} + {% else %} {{field.help_text}} - {{ field.errors }} + {% endif %}