Hello,
When I try to login with an invalid username/password I get this error:
VariableDoesNotExist at /admin/login/
Failed lookup for key [this_is_the_login_form] in
Django version: 2.2.12
The problem is this_is_the_login_form is not a field of form, the choices are :
username
password
captcha ( thanks to this package )
Hello,
When I try to login with an invalid username/password I get this error:
VariableDoesNotExist at /admin/login/
Failed lookup for key [this_is_the_login_form] in
Django version: 2.2.12
The problem is this_is_the_login_form is not a field of form, the choices are :
username
password
captcha ( thanks to this package )