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