diff --git a/netbox/templates/users/api_tokens.html b/netbox/templates/users/api_tokens.html
index b14b08928..48fe01c1c 100644
--- a/netbox/templates/users/api_tokens.html
+++ b/netbox/templates/users/api_tokens.html
@@ -3,7 +3,7 @@
{% block title %}API Tokens{% endblock %}
-{% block usercontent %}
+{% block content %}
{% for token in tokens %}
@@ -51,10 +51,12 @@
{% empty %}
You do not have any API tokens.
{% endfor %}
-
+
{% endblock %}
diff --git a/netbox/templates/users/base.html b/netbox/templates/users/base.html
index 038787862..cf4cd585d 100644
--- a/netbox/templates/users/base.html
+++ b/netbox/templates/users/base.html
@@ -1,21 +1,26 @@
{% extends 'base/layout.html' %}
-{% block title %}{% endblock %}
-
-{% block content %}
-
-
-
- {% block usercontent %}{% endblock %}
-
-
+{% block tabs %}
+
+{% endblock %}
+
+{% block content-wrapper %}
+
+ {% block content %}{% endblock %}
+
{% endblock %}
diff --git a/netbox/templates/users/change_password.html b/netbox/templates/users/password.html
similarity index 89%
rename from netbox/templates/users/change_password.html
rename to netbox/templates/users/password.html
index a0c08035c..81082792d 100644
--- a/netbox/templates/users/change_password.html
+++ b/netbox/templates/users/password.html
@@ -3,10 +3,8 @@
{% block title %}Change Password{% endblock %}
-{% render_errors form %}
-
-{% block usercontent %}
-