From 353db09656b892e35f64e1cace231c7834c84216 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Tue, 10 Sep 2024 11:02:03 -0700 Subject: [PATCH] 17422 update custom field group display tag (#17423) * 17422 update custom field group display tag * 17422 review changes --- .../utilities/templates/form_helpers/render_custom_fields.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}