summaryrefslogtreecommitdiff
path: root/system/admin/admin.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-22 01:48:16 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-22 01:48:16 -0700
commit5d23a75c98e291fe10c7f84f927906d01e4ca098 (patch)
tree742161e941bfe0c73cac4ed47064c30dd6450390 /system/admin/admin.go
parent893088e94206831a4b1a60ff48f2a89616fbc3bd (diff)
adding initial support to edit and add admin users
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r--system/admin/admin.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index e56453f..6d2e40d 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -266,7 +266,7 @@ func UsersList(req *http.Request) ([]byte, error) {
<input type="email" name="new_password" type="password"/>
</div>
- <button class="btn waves-effect waves-light green" type="submit">Save</button>
+ <button class="btn waves-effect waves-light green right" type="submit">Save</button>
</form>
<form class="row" enctype="multipart/form-data" action="/admin/configure/users" method="post">
@@ -281,7 +281,7 @@ func UsersList(req *http.Request) ([]byte, error) {
<input type="password" name="password"/>
</div>
- <button class="btn waves-effect waves-light green" type="submit">Add User</button>
+ <button class="btn waves-effect waves-light green right" type="submit">Add User</button>
</form>
<ul class="users row">