Skip to content

Commit

Permalink
Merge pull request #44 from gjergjk71/master
Browse files Browse the repository at this point in the history
Minor changes on login,signup
  • Loading branch information
rshrc authored Jul 1, 2018
2 parents 37476cd + 59041e1 commit 2b80f08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions accounts/templates/accounts/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Log In</h2>
<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="username" class="form-control" id="name"
placeholder="John Doe" required autofocus>
placeholder="Username" required autofocus>
</div>
</div>
</div>
Expand Down Expand Up @@ -98,4 +98,4 @@ <h2>Log In</h2>
</div>

</div>
</div>
</div>
8 changes: 4 additions & 4 deletions 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="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"
placeholder="John Doe" required autofocus>
placeholder="First Name" required autofocus>
</div>
</div>
</div>
Expand All @@ -49,7 +49,7 @@ <h2>Register New User</h2>
<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="last_name" class="form-control" id="last_name"
placeholder="John Doe" required autofocus>
placeholder="Last Name" required autofocus>
</div>
</div>
</div>
Expand All @@ -70,7 +70,7 @@ <h2>Register New User</h2>
<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="username" class="form-control" id="name"
placeholder="John Doe" required autofocus>
placeholder="Username" required autofocus>
</div>
</div>
</div>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h2>Register New User</h2>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<button type="submit" class="btn btn-success"><i class="fa fa-user-plus"></i> Register</button>
<button type="submit" class="btn btn-success btn-block"><i class="fa fa-user-plus"></i> Register</button>
</div>
</div>
</form>
Expand Down

0 comments on commit 2b80f08

Please sign in to comment.