From 49a670c235a9f82d1c521d958eecb7fb8536ed65 Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 11 Nov 2022 11:31:19 -0800 Subject: [PATCH] 4751 add plugin buttons to list templates --- netbox/templates/generic/object_list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/templates/generic/object_list.html b/netbox/templates/generic/object_list.html index ad1918e6c..721415758 100644 --- a/netbox/templates/generic/object_list.html +++ b/netbox/templates/generic/object_list.html @@ -1,6 +1,7 @@ {% extends 'base/layout.html' %} {% load buttons %} {% load helpers %} +{% load plugins %} {% load render_table from django_tables2 %} {% load static %}