We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4704394 commit 2348f25Copy full SHA for 2348f25
login/templates/account/login.html
@@ -1,9 +1,5 @@
1
{% extends "account/base.html" %}
2
{% load base_tags %}
3
-{% load socialaccount %}
4
-
5
6
7
{% load i18n %}
8
{% load account socialaccount %}
9
@@ -51,8 +47,6 @@ <h1>{% translate "Sign In" %}</h1>
51
47
name="{{ redirect_field_name }}"
52
48
value="{{ redirect_field_value }}" />
53
49
{% endif %}
54
- <a class="button secondaryAction"
55
- href="{% url 'account_reset_password' %}">{% translate "Forgot Password?" %}</a>
56
50
<button class="primaryAction btn btn-primary" type="submit">{% translate "Sign In" %}</button>
57
</form>
58
{% endblock inner %}
0 commit comments