Fixed register & reset labels.

Fixed label assignments so that clicking on the label will focus the
correct field.
This commit is contained in:
Danny Vink
2014-11-24 11:41:02 -08:00
parent a9c9b202b0
commit a7fe42c0d8
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
</div>
</div>
<div class="form-group">
<label for="password" class="col-sm-3 control-label">Confirm Password</label>
<label for="password_confirmation" class="col-sm-3 control-label">Confirm Password</label>
<div class="col-sm-6">
<input type="password" name="password_confirmation" class="form-control" placeholder="Confirm Password">
</div>