pielgrzym / django-imaging

Ajax driven gallery field for django (mostly admin)
16 stars 7 forks source link

CSRF verification failed. Request aborted. #3

Closed slyapustin closed 11 years ago

slyapustin commented 11 years ago

When i try to remove image in sample app i get 403 error. Django needed CSRF token for AJAX POST requests. https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax

pielgrzym commented 11 years ago

Thanks for pointing that out :)

2012/11/19 inoks notifications@github.com

When i try to remove image in sample app i get 403 error. Django needed CSRF token for AJAX POST requests. https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax

— Reply to this email directly or view it on GitHubhttps://github.com/pielgrzym/django-imaging/issues/3.

Pozdrawiam, JN