Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50fd32a

Browse files
author
夏崇尚
committed
修改个人信息的github没成功的BUG
1 parent 0855e81 commit 50fd32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/user/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="col-sm-6">
5858
<div class="input-group input-group-sm">
5959
<span class="input-group-addon">https://github.com/</span>
60-
<input type="text" id="github" class="form-control" placeholder="yourname" value="{{.user.Github}}">
60+
<input type="text" id="github" name="github" class="form-control" placeholder="yourname" value="{{.user.Github}}">
6161
</div>
6262
</div>
6363
</div>

0 commit comments

Comments
 (0)