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 0855e81 commit 50fd32aCopy full SHA for 50fd32a
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
0 commit comments