From 77f9716046255955c459ad449b0604f945f31e5d Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sat, 22 Oct 2016 02:03:32 -0700 Subject: adding initial support to edit and add admin users --- system/admin/admin.go | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'system') diff --git a/system/admin/admin.go b/system/admin/admin.go index f3ab3ac..49dce10 100644 --- a/system/admin/admin.go +++ b/system/admin/admin.go @@ -249,7 +249,7 @@ func UsersList(req *http.Request) ([]byte, error) { html := `
-
Edit your account:
+
Edit your account:
@@ -266,11 +266,13 @@ func UsersList(req *http.Request) ([]byte, error) {
- +
+ +
-
Add a new user:
+
Add a new user:
@@ -281,10 +283,13 @@ func UsersList(req *http.Request) ([]byte, error) {
- +
+ +