Skip to content

Commit 70c8eff

Browse files
committed
Allauth added the forgot password link - remove ours
Allauth put the forgot PW link into password help text. This PR removes our forgot PW link which is a duplicate.
1 parent 73d56bc commit 70c8eff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/account/login.html

-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ <h1 class="card-title">{% trans 'Ethical Ad Server Log in' %}</h1>
2525
<input type="hidden" name="next" value="{{ next }}" />
2626
</form>
2727

28-
<p class="mt-2"><small><a href="{% url 'account_reset_password' %}">{% trans 'Forgot password?' %}</a></small></p>
2928
{% endblock content %}

0 commit comments

Comments
 (0)