On Fri, Jun 25, 2010 at 6:31 PM, thusjanthan <thusjant...@gmail.com> wrote: > The quick answer is you have to put the following in your template > right after the <form ... > declaration: > > {% csrf_token %} > > Cheers, > Nathan. >
And how precisely will that make his browser submit the form in a manner that django can decipher? He gets a CSRF error not because the token is not in the form, but because he has configured his form to instruct the browser to submit the data to the server in an unsupported format. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.