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 %}