Skip to content

Commit

Permalink
fix link login reset
Browse files Browse the repository at this point in the history
  • Loading branch information
asennoussi committed Aug 1, 2023
1 parent befb877 commit f1c4f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/templates/accounts/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Log In</h1>
<div class="help-block with-errors">{{ form.password.errors }}</div>
</div>
<div class="form-group checkbox">
Forgot password? <a href="{% url 'password_change' %}">Reset it</a>
Forgot password? <a href="{% url 'password_reset' %}">Reset it</a>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
Expand Down

0 comments on commit f1c4f31

Please sign in to comment.