Skip to content

Commit

Permalink
fix update.html
Browse files Browse the repository at this point in the history
  • Loading branch information
seung-gyu-kim committed Aug 9, 2019
1 parent 57d9469 commit 3dd5f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/templates/accounts/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="text-center">My Page</h2>
<div class="form-group row">
<label class="col-sm-4 col-form-label textfont" style="color:#DE6262;">닉네임(Nickname): </label>
<div class="col-5">
<input class="form-control" placeholder="{{ user.nickname }}" name="username" type="username" value="">
<input class="form-control" placeholder="{{ user.nickname }}" name="nickName" type="username" value="">
</div>
</div>
<br>
Expand Down

0 comments on commit 3dd5f7d

Please sign in to comment.