Skip to content

Commit

Permalink
Merge branch 'BR_TOPIC_UPDATE_ACCOUNT'
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo5522 committed May 18, 2017
2 parents 78808b1 + 9ee4a21 commit afd4fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<div class="col-xs-offset-0 col-sm-offset-2 col-md-offset-2"></div>
</div>
<div class="form-group">
<label for="password" class="col col-xs-12 col-sm-4 col-md-3 control-label">パスワード</label>
<label for="password_" class="col col-xs-12 col-sm-4 col-md-3 control-label">パスワード</label>
<div class="col col-xs-12 col-sm-6 col-md-7">
<input type="password" name="password" id="password" class="form-control" placeholder="パスワードを変更したいときは入力してください">
<input type="password" name="password_" id="password_" class="form-control" placeholder="パスワードを変更したいときは入力してください">
</div>
<div class="col-xs-offset-0 col-sm-offset-2 col-md-offset-2"></div>
</div>
Expand Down

0 comments on commit afd4fbb

Please sign in to comment.