Re: Problem with django book in Forms chapter 7

2011-08-07 Thread Gmail - neonmark
From: hayya...@hotmail.com To: django-users@googlegroups.com Subject: RE: Problem with django book in Forms chapter 7 Date: Sun, 7 Aug 2011 20:11:51 + Hi just started facing the s

RE: Problem with django book in Forms chapter 7

2011-08-07 Thread Hayyan Rafiq
;contact_form.html', {'form': form}) From: hayya...@hotmail.com To: django-users@googlegroups.com Subject: RE: Problem with django book in Forms chapter 7 Date: Sun, 7 Aug 2011 20:11:51 + Hi just started facing the same problem which you did in chapter 7 . I tried

RE: Problem with django book in Forms chapter 7

2011-08-07 Thread Hayyan Rafiq
_FAILURE_VIEW setting. > Date: Sun, 7 Aug 2011 09:10:36 +0200 > From: rafadurancastan...@gmail.com > To: django-users@googlegroups.com > Subject: Re: Problem with django book in Forms chapter 7 > > I had the same problem as you, since the book was written using an

Re: Problem with django book in Forms chapter 7

2011-08-07 Thread Rafael Durán Castañeda
I had the same problem as you, since the book was written using an older django version and there was some changes on csrf for django version 1.2. Looking at django docs https://docs.djangoproject.com/en/1.3/ref/contrib/csrf/#how-to-use-it you can read recommended way to use this On 06/08/11