diff --git a/netbox/templates/generic/object_list.html b/netbox/templates/generic/object_list.html index 74e70f476..af7a07dfd 100644 --- a/netbox/templates/generic/object_list.html +++ b/netbox/templates/generic/object_list.html @@ -84,10 +84,14 @@ Context:
{% if 'bulk_edit' in actions %} +
{% bulk_edit_button model query_params=request.GET %} +
{% endif %} {% if 'bulk_delete' in actions %} +
{% bulk_delete_button model query_params=request.GET %} +
{% endif %}