From 49c1ca98c2755a17833487dd384221a1d6eb295b Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Tue, 10 Sep 2024 09:45:58 -0700 Subject: [PATCH] 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 cac7c7bb9..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 %}