diff --git a/netbox/templates/inc/filter_list.html b/netbox/templates/inc/filter_list.html index 9e1629d10..b9439e1d0 100644 --- a/netbox/templates/inc/filter_list.html +++ b/netbox/templates/inc/filter_list.html @@ -29,11 +29,7 @@
{% trans "Custom Fields" %}
- {% for name in filter_form.custom_fields %} - {% with field=filter_form|get_item:name %} - {% render_field field %} - {% endwith %} - {% endfor %} + {% render_custom_fields filter_form %} {% endif %}