pielgrzym / django-imaging

Ajax driven gallery field for django (mostly admin)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSRF verification failed. Request aborted.

slyapustin opened this issue · comments

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

commented

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//issues/3.

Pozdrawiam, JN