Skip to content

Commit 2348f25

Browse files
committed
enhance login template #1895
1 parent 4704394 commit 2348f25

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

login/templates/account/login.html

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{% extends "account/base.html" %}
22
{% load base_tags %}
3-
{% load socialaccount %}
4-
5-
6-
73
{% load i18n %}
84
{% load account socialaccount %}
95

@@ -51,8 +47,6 @@ <h1>{% translate "Sign In" %}</h1>
5147
name="{{ redirect_field_name }}"
5248
value="{{ redirect_field_value }}" />
5349
{% endif %}
54-
<a class="button secondaryAction"
55-
href="{% url 'account_reset_password' %}">{% translate "Forgot Password?" %}</a>
5650
<button class="primaryAction btn btn-primary" type="submit">{% translate "Sign In" %}</button>
5751
</form>
5852
{% endblock inner %}

0 commit comments

Comments
 (0)