mirror of https://gitee.com/karson/fastadmin.git
修复前台个人资料无法修改个人介绍的问题
parent
8de46a30e4
commit
104f9e7ce7
|
|
@ -65,7 +65,7 @@
|
|||
<div class="form-group">
|
||||
<label for="c-bio" class="control-label col-xs-12 col-sm-2">{:__('Intro')}:</label>
|
||||
<div class="col-xs-12 col-sm-8">
|
||||
<input id="c-bio" data-rule="" data-tip="一句话介绍一下你自己" class="form-control" name="row[bio]" type="text" value="{$user.bio}">
|
||||
<input id="c-bio" data-rule="" data-tip="一句话介绍一下你自己" class="form-control" name="bio" type="text" value="{$user.bio}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Reference in New Issue