From 902915239b2debafa5f77c575c3ae7e719f0741c Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 25 Oct 2022 16:35:17 -0700 Subject: [PATCH] 10716 add back plugin_full_width --- netbox/templates/extras/tag.html | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index 8458c1374..6e4c5aee9 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -77,6 +77,7 @@ {% include 'inc/paginator.html' with paginator=taggeditem_table.paginator page=taggeditem_table.page %} + {% plugin_full_width_page object %} {% endblock %}