Re: Stuck with csrf_token in the tutorial

2009-12-13 Thread Mookie
I just ran into this issue too... seems kind of crazy that the tutorial doesn't work for the version presented on the "Downloads" page! On Nov 9, 9:40 am, wietse wrote: > On Nov 9, 3:38 pm, Karen Tracey wrote: > > > On Mon, Nov 9, 2009 at 9:35 AM, wietse wrote: > > > Running django 1.1.1 > > >

Re: Stuck with csrf_token in the tutorial

2009-11-09 Thread wietse
On Nov 9, 3:38 pm, Karen Tracey wrote: > On Mon, Nov 9, 2009 at 9:35 AM, wietse wrote: > > Running django 1.1.1 > > > I'm going through the tutorial and have run into trouble implementing > > a form, I get: > >    TemplateSyntaxError at /polls/1/ > >    Invalid block tag: 'csrf_token' > > csrf_t

Re: Stuck with csrf_token in the tutorial

2009-11-09 Thread Karen Tracey
On Mon, Nov 9, 2009 at 9:35 AM, wietse wrote: > > Hello, > > Running django 1.1.1 > > I'm going through the tutorial and have run into trouble implementing > a form, I get: >TemplateSyntaxError at /polls/1/ >Invalid block tag: 'csrf_token' > > csrf_token didn't exist in 1.1.1 -- it's new

Stuck with csrf_token in the tutorial

2009-11-09 Thread wietse
Hello, Running django 1.1.1 I'm going through the tutorial and have run into trouble implementing a form, I get: TemplateSyntaxError at /polls/1/ Invalid block tag: 'csrf_token' I've searched around but find it hard to grok what I need to do. In settings.py I have: MIDDLEWARE_CLASSE