Django, Ajax, csrftoken. Please tell me what is the problem – Jquery
UserWarning: A {% csrf_token %} was used in a template, but the context did not provide the value. This is usually caused by not using RequestContext. warnings.warn( On HTML templates everything worked. After switching to AJAX, this error appeared Tried…