From d89e922e362b542a466c3e3374e68e7e9357fc6f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 17 Jan 2024 16:31:00 -0500 Subject: [PATCH] Update template for #12128 --- netbox/templates/extras/plugin_list.html | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/netbox/templates/extras/plugin_list.html b/netbox/templates/extras/plugin_list.html index adb543044..c905c6e30 100644 --- a/netbox/templates/extras/plugin_list.html +++ b/netbox/templates/extras/plugin_list.html @@ -1,4 +1,4 @@ -{% extends 'base/layout.html' %} +{% extends 'generic/_base.html' %} {% load buttons %} {% load helpers %} {% load i18n %} @@ -6,14 +6,6 @@ {% block title %}{% trans "Plugins" %}{% endblock %} -{% block controls %} -
-
- {% block extra_controls %}{% endblock %} -
-
-{% endblock controls %} - {% block tabs %} {% endblock tabs %} -{% block content-wrapper %} -
- {% render_table table %} - -
-{% endblock content-wrapper %} +{% block content %} + {% render_table table %} +{% endblock content %}