When sending an Ajax POST request to Django which element must be included to avoid a 403 Forbidden error?
form ajax="true"
method="get"
enctype="multipart/form-data"
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}">
This question is part of this quiz :
Python | Django Forms