Skip to content

Commit

Permalink
remove lost 'or' #144
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Mar 25, 2016
1 parent 785700d commit d421513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/modal/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<center><button type="submit" name="login" class="btn btn-primary btn-lg btn-spinner btn-full">Log in <i class="fa fa-spinner fa-pulse"></i></button></center>
</div>
<div class="form-group">
<center>Not registered yet? <a class="signup-here" data-href="/sign-up/" data-modal-update="true">Sign up here!</a> or <br />
<center>Not registered yet? <a class="signup-here" data-href="/sign-up/" data-modal-update="true">Sign up here!</a> <br />
</center>
</div>
</form>

0 comments on commit d421513

Please sign in to comment.