Open lorenzotan opened 5 years ago
Came across a csrf_token error when logging in a user. StackOverflow had a solution (I added csrf_token to the base template) to resolve but leaving a comment here to understand the issue a little better.
csrf_token
https://stackoverflow.com/questions/9692625/csrf-verification-failed-request-aborted-on-django
https://stackoverflow.com/questions/19589274/django-csrf-csrf-verification-failed-request-aborted-when-click-on-login-butto/19590057
Came across a
csrf_token
error when logging in a user. StackOverflow had a solution (I addedcsrf_token
to the base template) to resolve but leaving a comment here to understand the issue a little better.https://stackoverflow.com/questions/9692625/csrf-verification-failed-request-aborted-on-django
https://stackoverflow.com/questions/19589274/django-csrf-csrf-verification-failed-request-aborted-when-click-on-login-butto/19590057