Skip to content

Commit

Permalink
!46 修复前台个人资料无法修改个人介绍的问题
Browse files Browse the repository at this point in the history
Merge pull request !46 from F4NNIU/fix_user_profile_bio
  • Loading branch information
F4NNIU authored and karsonzhang committed Mar 2, 2018
2 parents 8de46a3 + 104f9e7 commit 5155d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/index/view/user/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="page-header">{:__('Profile')}</h2>
<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">
Expand Down

0 comments on commit 5155d80

Please sign in to comment.