summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>