diff --git a/InvenTree/templates/InvenTree/settings/user.html b/InvenTree/templates/InvenTree/settings/user.html
index 97ed4805c9..cfc5b421e3 100644
--- a/InvenTree/templates/InvenTree/settings/user.html
+++ b/InvenTree/templates/InvenTree/settings/user.html
@@ -15,12 +15,12 @@
{% block actions %}
{% inventree_demo_mode as demo %}
{% if not demo %}
+
+ {% trans "Set Password" %}
+
{% trans "Edit" %}
-
- {% trans "Set Password" %}
-
{% endif %}
{% endblock %}
@@ -175,7 +175,20 @@
-
{% trans "Active Sessions" %}
+
+
{% trans "Active Sessions" %}
+ {% include "spacer.html" %}
+
+ {% if session_list.count > 1 %}
+
+ {% endif %}
+
+
@@ -203,15 +216,6 @@
{% endfor %}
-
- {% if session_list.count > 1 %}
-
- {% endif %}
{% endblock %}