修复管理添加时不支持中文的问题,与编辑页面统一

pull/52/head
F4NNIU 2018-03-21 11:01:41 +08:00
parent cd17735bef
commit 706741406c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<div class="form-group">
<label for="nickname" class="control-label col-xs-12 col-sm-2">{:__('Nickname')}:</label>
<div class="col-xs-12 col-sm-8">
<input type="text" class="form-control" id="nickname" name="row[nickname]" autocomplete="off" value="" data-rule="required;username" />
<input type="text" class="form-control" id="nickname" name="row[nickname]" autocomplete="off" value="" data-rule="required" />
</div>
</div>
<div class="form-group">