summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-22 02:05:16 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-22 02:05:16 -0700
commitff15bfb9725e2a295221a346ecd82570f3646238 (patch)
tree8d1aaf5d77c50fce6a17123bff4ef7c61a46febb
parent77f9716046255955c459ad449b0604f945f31e5d (diff)
adding initial support to edit and add admin users
-rw-r--r--system/admin/admin.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index 49dce10..053602c 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -255,8 +255,9 @@ func UsersList(req *http.Request) ([]byte, error) {
<input type="email" name="email" value="{{ .User.Email }}"/>
</div>
- <div>To approve changes, enter your password:</div>
<div class="input-feild col s9">
+ <div>To approve changes, enter your password:</div>
+
<label class="active">Current Password</label>
<input type="password" name="password"/>
</div>