Thanks to visit codestin.com Credit goes to github.com
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.
2 parents fd3bd93 + e1b4c68 commit 4e9ab6eCopy full SHA for 4e9ab6e
template/user/edit.html
@@ -57,7 +57,7 @@
57
<div class="col-sm-6">
58
<div class="input-group input-group-sm">
59
<span class="input-group-addon">https://github.com/</span>
60
- <input type="text" id="github" class="form-control" placeholder="yourname" value="{{.user.Github}}">
+ <input type="text" id="github" name="github" class="form-control" placeholder="yourname" value="{{.user.Github}}">
61
</div>
62
63
@@ -66,7 +66,7 @@
66
67
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
71
72
0 commit comments