diff --git a/cmd/wg-portal/assets/tpl/admin_edit_user.html b/cmd/wg-portal/assets/tpl/admin_edit_user.html
deleted file mode 100644
index 9891f32..0000000
--- a/cmd/wg-portal/assets/tpl/admin_edit_user.html
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
-
- {{ .Static.WebsiteTitle }} - Users
-
-
-
-
-
-
-
- {{template "prt_nav.html" .}}
-
- {{if eq .User.CreatedAt .Epoch}}
-
Create a new user
- {{else}}
-
Edit user {{.User.Email}}
- {{end}}
-
- {{template "prt_flashes.html" .}}
-
-
-
- {{template "prt_footer.html" .}}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/cmd/wg-portal/assets/tpl/admin_index.html b/cmd/wg-portal/assets/tpl/admin_index.html
index 97ad7af..4738c5b 100644
--- a/cmd/wg-portal/assets/tpl/admin_index.html
+++ b/cmd/wg-portal/assets/tpl/admin_index.html
@@ -1,8 +1,9 @@
+
-
+
{{ .Static.WebsiteTitle }} - Admin
@@ -11,119 +12,125 @@
- {{template "prt_nav.html" .}}
-
-
WireGuard VPN Administration
+{{template "prt_nav.html" .}}
+
+
{{template "prt_flashes.html" .}}
-
-