From 081054e08c985f79f59177b5d527785233129bd5 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 22 Jul 2021 11:40:55 -0400 Subject: [PATCH] Add missing plugin content injection tags --- netbox/templates/extras/customfield.html | 5 +++++ netbox/templates/extras/customlink.html | 5 +++++ netbox/templates/extras/exporttemplate.html | 5 +++++ netbox/templates/extras/webhook.html | 5 +++++ 4 files changed, 20 insertions(+) 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 %}