Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
risufaj committed Oct 4, 2018
2 parents a9109f1 + 284ba2a commit ac80561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
{% csrf_token %}
<h2 class="form-signin-heading">Parkour</h2>
<input type="text" class="form-control" id="id_username" name="username" placeholder="Email" required="" autofocus="" />
<input type="password" class="form-control" id="id_password" name="password" placeholder="Password-test" required=""/>
<input type="password" class="form-control" id="id_password" name="password" placeholder="Password" required=""/>
<div class="text-center link-forgot-password">
<a class="" href="{% url 'password_reset' %}">Forgot password?</a>
</div>
<input class="btn btn-lg btn-primary btn-block" type="submit" value="Loginnnn" />
<input class="btn btn-lg btn-primary btn-block" type="submit" value="Login" />
<input type="hidden" name="next" value="{{ next }}" />
</form>
</div>
Expand Down

0 comments on commit ac80561

Please sign in to comment.