Closed darth30joker closed 8 years ago
According to return dict(token=request.csrf_token), the function we should use in template is token not csrf_token
return dict(token=request.csrf_token)
token
csrf_token
According to
return dict(token=request.csrf_token)
, the function we should use in template istoken
notcsrf_token