Преглед изворни кода

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">