Re: CSRF cookie not set issue

2015-09-13 Thread James Schneider
Comments in several places inline below: > Thanks for the response... I opened the *rendered* source page in Mozilla > and couldn't find the csrf_token even though I had already added the { % > csrf_token %} . Something seems wrong. Any suggestions moving forward ? > > You should be seeing a hid

Re: CSRF cookie not set issue

2015-09-12 Thread Kevin Anyanwu
Hi James, Thanks for the response... I opened the *rendered* source page in Mozilla and couldn't find the csrf_token even though I had already added the { % csrf_token %} . Something seems wrong. Any suggestions moving forward ? On Sat, Sep 12, 2015 at 12:56 AM, James Schneider wrote: > In the

Re: CSRF cookie not set issue

2015-09-12 Thread James Schneider
In the rendered version sent to the browser, are you able to validate that the CSRF token is actually being created and inserted as a hidden element in your form? Also, it doesn't look like any of your buttons are marked as type=submit. Not sure if that matters when submitting via JS though. -Jam

Re: CSRF cookie not set issue

2015-09-11 Thread Kevin Anyanwu
Can anyone help ? On Thu, Sep 10, 2015 at 8:34 PM, Kevin Anyanwu wrote: > base_1.html > > > > > > > goals > > > > > > > > > > > > > Cirriculmn > Notes > Collaborte > > > > > charset="utf-8"> > > > > > > > On Thu,

Re: CSRF cookie not set issue

2015-09-10 Thread Kevin Anyanwu
base_1.html goals Cirriculmn Notes Collaborte On Thu, Sep 10, 2015 at 8:49 AM, monoBOT wrote: > show us the base_1.html > > 2015-09-10 16:18 GMT+01:00 : > >> By the way, I am using Django 1.8.3 (final) >> >

Re: CSRF cookie not set issue

2015-09-10 Thread monoBOT
show us the base_1.html 2015-09-10 16:18 GMT+01:00 : > By the way, I am using Django 1.8.3 (final) > > > On Thursday, September 10, 2015 at 8:16:11 AM UTC-7, kany...@fonality.com > wrote: >> >> First of all I have done my research and found no reasonable explanation >> for my issue. I have a site

Re: CSRF cookie not set issue

2015-09-10 Thread kanyanwu
By the way, I am using Django 1.8.3 (final) On Thursday, September 10, 2015 at 8:16:11 AM UTC-7, kany...@fonality.com wrote: > > First of all I have done my research and found no reasonable explanation > for my issue. I have a site on heroku that works fine on the first page, > but when I click