I've a little problem with adding a csrf_token on my form in Django (1.2.5), though I've added all the necessary middleware classes
{% csrf_token %}
gives the ...name 'csrf_token' is not defined error.
What is the problem?
Sultan
|
I've a little problem with adding a
gives the What is the problem? Sultan
| ||||
|
feedback
|
|
You need to check out your | |||
|
feedback
|
csrf_tokenas a view decorator, this is the second reason – sultan Mar 20 '11 at 19:21