diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html
index d53591cb4..9ba6fded3 100644
--- a/netbox/templates/base/layout.html
+++ b/netbox/templates/base/layout.html
@@ -35,6 +35,7 @@ Blocks:
{# User menu (mobile view) #}
+ {% include 'inc/light_toggle.html' %}
{% include 'inc/user_menu.html' %}
@@ -52,14 +53,7 @@ Blocks:
{# Dark/light mode toggle #}
-
-
-
-
+ {% include 'inc/light_toggle.html' %}
{# User menu #}
{% include 'inc/user_menu.html' %}
diff --git a/netbox/templates/inc/light_toggle.html b/netbox/templates/inc/light_toggle.html
new file mode 100644
index 000000000..7ce9dffca
--- /dev/null
+++ b/netbox/templates/inc/light_toggle.html
@@ -0,0 +1,10 @@
+{% load i18n %}
+
+
+
+
+