From 04cb5a90500eeb0aee055e9f7402ca03c4458c21 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 25 Oct 2022 10:00:35 -0700 Subject: [PATCH] 10716 add left-right plugins to tags page --- netbox/templates/extras/tag.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index b0b88b5af..8458c1374 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -39,6 +39,7 @@ + {% plugin_left_page object %}
@@ -64,6 +65,7 @@
+ {% plugin_right_page object %}
@@ -75,7 +77,6 @@ {% include 'inc/paginator.html' with paginator=taggeditem_table.paginator page=taggeditem_table.page %}
- {% plugin_full_width_page object %} {% endblock %}