Skip to content

Commit

Permalink
Resolves #174
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jun 24, 2014
1 parent 47a8363 commit 124acc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/frontend/account/change-password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="form-group {{ $errors->has('old_password') ? ' has-error' : '' }}">
<label for="old_password" class="col-md-2 control-label">Old Password</label>
<div class="col-md-5">
<input class="form-control" type="text" name="old_password" id="old_password" />
<input class="form-control" type="password" name="old_password" id="old_password" />
{{ $errors->first('old_password', '<span class="alert-msg"><i class="icon-remove-sign"></i> :message</span>') }}
</div>
</div>
Expand Down

0 comments on commit 124acc8

Please sign in to comment.