Forbidden (403) CSRF verification failed. Request aborted. Even using the {% csrf_token %}
i am trying to do a login in django but i get this error, i check the CSRF documentation and nothing works for me. Here is the HTML: Like you see above i use the {% csrf_token %} and i have ‘django.middleware.csrf.CsrfViewMiddleware’ in my installed apps. And my views are: i redirect to an other … Read more