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

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
risufaj committed Sep 3, 2018
1 parent 82b0352 commit 247af39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% 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" required=""/>
<input type="password" class="form-control" id="id_password" name="password" placeholder="Password-test" required=""/>
<div class="text-center link-forgot-password">
<a class="" href="{% url 'password_reset' %}">Forgot password?</a>
</div>
Expand Down

0 comments on commit 247af39

Please sign in to comment.