Browse Source

Fixed Suspended name in admin user edit

Yoginth 7 năm trước cách đây
mục cha
commit
a4ebc362b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      templates/admin/user/edit.tmpl

+ 1 - 1
templates/admin/user/edit.tmpl

@@ -166,7 +166,7 @@
 						<div class="inline field">
 							<div class="ui checkbox">
 								<label><strong style="color:red">This account is suspended</strong></label>
-								<input name="prohibit_login" type="checkbox" {{if .User.Suspended}}checked{{end}}>
+								<input name="suspended" type="checkbox" {{if .User.Suspended}}checked{{end}}>
 							</div>
 						</div>
 						<div class="inline field">