diff --git a/netbox/templates/htmx/table.html b/netbox/templates/htmx/table.html index f93c86a34..ae480a1cf 100644 --- a/netbox/templates/htmx/table.html +++ b/netbox/templates/htmx/table.html @@ -1,5 +1,6 @@ {# Render an HTMX-enabled table with paginator #} {% load helpers %} +{% load buttons %} {% load render_table from django_tables2 %}