diff --git a/netbox/utilities/templates/form_helpers/render_custom_fields.html b/netbox/utilities/templates/form_helpers/render_custom_fields.html index c59607fcf..6c3c3477a 100644 --- a/netbox/utilities/templates/form_helpers/render_custom_fields.html +++ b/netbox/utilities/templates/form_helpers/render_custom_fields.html @@ -3,7 +3,7 @@ {% for group, fields in form.custom_field_groups.items %} {% if group %}
-
{{ group }}
+

{{ group }}

{% endif %} {% for name in fields %}