Skip to content

Commit

Permalink
enhance login template #1895
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Nov 21, 2024
1 parent 4704394 commit 2348f25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions login/templates/account/login.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{% extends "account/base.html" %}
{% load base_tags %}
{% load socialaccount %}



{% load i18n %}
{% load account socialaccount %}

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

0 comments on commit 2348f25

Please sign in to comment.