diff --git a/netbox/templates/htmx/object_selector.html b/netbox/templates/htmx/object_selector.html index aded35fc5..eae027bea 100644 --- a/netbox/templates/htmx/object_selector.html +++ b/netbox/templates/htmx/object_selector.html @@ -6,19 +6,20 @@
{% for field in form.visible_fields %} -
{% render_field field %}
+
{% render_field field %}
{% endfor %}