diff --git a/base/templates/horilla_form.html b/base/templates/horilla_form.html index 4d131f2ab..3d599b449 100644 --- a/base/templates/horilla_form.html +++ b/base/templates/horilla_form.html @@ -1,56 +1,52 @@ {% load i18n %}{% load widget_tweaks %} {% load horillafilters %} {% for field in form %} - {% if field.field.widget.is_hidden %} - {{ field }} - {% endif %} + {% if field.field.widget.is_hidden %} + {{ field }} + {% endif %} {% endfor %}