Closed
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