Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Closed
Labels
Milestone
Description
The change to the scripts block is missing a comma (,) between the two elements.
Steps to reproduce
see line 266 rest_framework/templates/rest_framework/base.html
Expected behavior
Web API PUT or DELETE to include CSRF token in the request
Actual behavior
No token passed.
Returns HTTP403 Forbidden