We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fd32a commit e1b4c68Copy full SHA for e1b4c68
template/user/edit.html
@@ -66,7 +66,7 @@
66
<div class="col-sm-6">
67
<div class="input-group input-group-sm">
68
<span class="input-group-addon">http://weibo.com/</span>
69
- <input type="text" id="weibo" class="form-control" placeholder="yourname" value="{{.user.Weibo}}">
+ <input type="text" id="weibo" name="weibo" class="form-control" placeholder="yourname" value="{{.user.Weibo}}">
70
</div>
71
72
0 commit comments