Skip to content

Commit

Permalink
Merge pull request #74 from Hackinet/patch-2
Browse files Browse the repository at this point in the history
Update signup.html
  • Loading branch information
rshrc committed Jul 3, 2018
2 parents 4a00d72 + 37d605a commit 7a78799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/templates/accounts/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>Register New User</h2>
<div class="form-group">
<div class="input-group mb-2 mr-sm-2 mb-sm-0">
<div class="input-group-addon" style="width: 2.6rem"><i class="fa fa-user"></i></div>
<input type="text" name="first_name" class="form-control" id="name"
<input type="text" name="first_name" class="form-control" id="first_name"
placeholder="First Name" required autofocus>
</div>
</div>
Expand Down

0 comments on commit 7a78799

Please sign in to comment.