On 6/11/10, Joel Klabo <[email protected]> wrote:
> yeah, still 403. CSRF token missing or incorrect.
>

try add the  'django.core.context_processors.csrf' in your settings.py

TEMPLATE_CONTEXT_PROCESSORS = (

        'django.core.context_processors.csrf',


)



>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to