> I suspect you are using the contrib.auth login view. All contrib app views
> use the csrf_protect decorator ("All contrib apps use a csrf_protect
> decorator to protect the view. This requires the use of the csrf_token
> template tag in the template. If you have used custom templates for contrib
> views, you MUST READ THE UPGRADE INSTRUCTIONS to fix those templates.") You
> need to update the login template you are using to include the {% csrf_token
> %} tag.Thanks a lot, Karen. You are always right ;-) and this time it worked too :-) -- Filip Gruszczyński -- 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.

