Re: django-registration + csrf token

2011-09-11 Thread nicolas HERSOG
omg, I'm so ashamed... I use {% csrf_token %} and it works, Thx :) Nicolas On Sun, Sep 11, 2011 at 2:52 PM, DrBloodmoney wrote: > On Fri, Sep 9, 2011 at 12:02 PM, Brett Hutley wrote: > > You need to add it to the registration_form.html as well. > > > > Make sure you have 'django.middleware.csr

Re: django-registration + csrf token

2011-09-11 Thread DrBloodmoney
On Fri, Sep 9, 2011 at 12:02 PM, Brett Hutley wrote: > You need to add it to the registration_form.html as well. > > Make sure you have  'django.middleware.csrf.CsrfViewMiddleware', in the > MIDDLEWARE_CLASSES tuple in the settings.py file. > > Cheers, Brett > > On 9 Sep 2011, at 16:47, nicolas H

Re: django-registration + csrf token

2011-09-09 Thread Brett Hutley
You need to add it to the registration_form.html as well. Make sure you have 'django.middleware.csrf.CsrfViewMiddleware', in the MIDDLEWARE_CLASSES tuple in the settings.py file. Cheers, Brett On 9 Sep 2011, at 16:47, nicolas HERSOG wrote: > Hi All ! > > Do any of you use this app > https:/

django-registration + csrf token

2011-09-09 Thread nicolas HERSOG
Hi All ! Do any of you use this app https://bitbucket.org/ubernostrum/django-registration/overview with the csrf middleware ? Instead of re-write myself the registar, check via email, lost password, login and co i tried to use this app, but it don't work and i have this message : Forbidden (403)