Thank you for your response, okay let me try it
On Fri, Mar 8, 2024 at 5:48 PM Muhammad Juwaini Abdul Rahman <
juwa...@gmail.com> wrote:
> It's part of LoginForm in django_allauth:
> https://github.com/pennersr/django-allauth/blob/main/allauth/account/forms.py#L146
>
> You can subclass LoginForm
It's part of LoginForm in django_allauth:
https://github.com/pennersr/django-allauth/blob/main/allauth/account/forms.py#L146
You can subclass LoginForm and omit that part.
On Fri, 8 Mar 2024 at 22:34, ALINDA Fortunate
wrote:
> Hello colleagues, I have the following code for my login page using
Hello colleagues, I have the following code for my login page using
django_allauth but it outputs the *forgot password?* link. How do I edit
this?
{% extends "_base.html" %}
{%load crispy_forms_tags%}
{% block title %}Log In{% endblock title %}
{% block content %}
Log In
{% csrf_token%}
{{f
3 matches
Mail list logo