diff --git a/python/nav/web/templates/custom_crispy_templates/form_checkbox.html b/python/nav/web/templates/custom_crispy_templates/form_checkbox.html index fdd57c59c4..f5389fa0d5 100644 --- a/python/nav/web/templates/custom_crispy_templates/form_checkbox.html +++ b/python/nav/web/templates/custom_crispy_templates/form_checkbox.html @@ -1,13 +1,11 @@ -
+
- {% if form_show_errors %} - {% for error in field.errors %} - - {{ error }} - - {% endfor %} - {% endif %} + {% for error in field.errors %} + + {{ error }} + + {% endfor %}