diff --git a/netbox/templates/extras/customfield.html b/netbox/templates/extras/customfield.html
index 49e3d2daf..fd5576c2a 100644
--- a/netbox/templates/extras/customfield.html
+++ b/netbox/templates/extras/customfield.html
@@ -112,4 +112,9 @@
{% plugin_right_page object %}
+
+
+ {% plugin_full_width_page object %}
+
+
{% endblock %}
diff --git a/netbox/templates/extras/customlink.html b/netbox/templates/extras/customlink.html
index fb6d2c7af..34180e4d3 100644
--- a/netbox/templates/extras/customlink.html
+++ b/netbox/templates/extras/customlink.html
@@ -66,4 +66,9 @@
{% plugin_right_page object %}
+
+
+ {% plugin_full_width_page object %}
+
+
{% endblock %}
diff --git a/netbox/templates/extras/exporttemplate.html b/netbox/templates/extras/exporttemplate.html
index 459ace55e..2af96c5cb 100644
--- a/netbox/templates/extras/exporttemplate.html
+++ b/netbox/templates/extras/exporttemplate.html
@@ -63,4 +63,9 @@
{% plugin_right_page object %}
+
+
+ {% plugin_full_width_page object %}
+
+
{% endblock %}
diff --git a/netbox/templates/extras/webhook.html b/netbox/templates/extras/webhook.html
index a24cbe6db..cd9eefbe0 100644
--- a/netbox/templates/extras/webhook.html
+++ b/netbox/templates/extras/webhook.html
@@ -157,4 +157,9 @@
{% plugin_right_page object %}
+
+
+ {% plugin_full_width_page object %}
+
+
{% endblock %}