Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
William Miller committed Jun 6, 2017
1 parent 2d4d98e commit c068a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layouts/user_profile.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<div class="form-group">
<label class="col-md-3 control-label">Confirm password:</label>
<div class="col-md-8">
<input id="confirm-password" class="form-control" type="password" name="confirmpassword">
<input id="confirm-password" class="form-control" type="password">
</div>
</div>
<div class="form-group">
Expand Down

0 comments on commit c068a2f

Please sign in to comment.