diff --git a/netbox/templates/htmx/table.html b/netbox/templates/htmx/table.html index 5728789fa..171107c34 100644 --- a/netbox/templates/htmx/table.html +++ b/netbox/templates/htmx/table.html @@ -15,7 +15,7 @@ {% endwith %} -{% if request.htmx %} +{% if request.htmx and model %} {# Include the updated object count for display elsewhere on the page #}