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