diff --git a/project/templates/docs/parts/form_tbl_items.html b/project/templates/docs/parts/form_tbl_items.html index b18b3e3..fc043dd 100644 --- a/project/templates/docs/parts/form_tbl_items.html +++ b/project/templates/docs/parts/form_tbl_items.html @@ -17,10 +17,10 @@ {{ field }} {% else %} {% if field.name != "DELETE" %} - - {{ field.errors }} - {{ field }} - + + {{ field.errors }} + {{ field }} + {% endif %} {% endif %} {% endfor %}