Re: CSRF problem (403 FORBIDDEN)

2014-03-17 Thread Andreas Kuhne
2014-03-17 22:15 GMT+07:00 Sergiy Khohlov : > I'm proposing to update your views and templates for supporting csrf > Many thanks, > > Serge > > > +380 636150445 > skype: skhohlov > > > On Mon, Mar 17, 2014 at 5:05 PM, Gkpetrak wrote: > > Hello, > > > > I'm developing an app using django and O

Re: CSRF problem (403 FORBIDDEN)

2014-03-17 Thread Sergiy Khohlov
I'm proposing to update your views and templates for supporting csrf Many thanks, Serge +380 636150445 skype: skhohlov On Mon, Mar 17, 2014 at 5:05 PM, Gkpetrak wrote: > Hello, > > I'm developing an app using django and Openlayers javascript code. When I'm > trying to post something via o

CSRF problem (403 FORBIDDEN)

2014-03-17 Thread Gkpetrak
Hello, I'm developing an app using django and Openlayers javascript code. When I'm trying to post something via openlayers javascript code, it raises a 403 FORBIDDEN ERROR. I don't use a form in my html file, the post applied by openlayers code. It runs successfully, only if I remove the 'dja