소스 검색

Fixed Suspended name in admin user edit

Yoginth 7 년 전
부모
커밋
a4ebc362b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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">