diff --git a/src/backend/InvenTree/templates/base.html b/src/backend/InvenTree/templates/base.html
index 34d60675d2..c0e3e959a8 100644
--- a/src/backend/InvenTree/templates/base.html
+++ b/src/backend/InvenTree/templates/base.html
@@ -81,8 +81,6 @@
{% block sidebar %}
{% endblock sidebar %}
- {% include "plugin/panel_menu.html" %}
- {% include "sidebar_toggle.html" with target='sidebar' %}
@@ -137,17 +135,10 @@
{% endblock content %}
-
- {% include 'modals.html' %}
- {% include "notifications.html" %}
- {% include "search.html" %}
-
-
-
{% block js_load %}
{% endblock js_load %}
@@ -155,8 +146,6 @@
$(document).ready(function () {
- {% include "plugin/panel_js.html" %}
-
{% block js_ready %}
{% endblock js_ready %}