This commit is contained in:
Ross
2021-05-06 21:52:33 +01:00
parent abef5f5173
commit de0792cb54
@@ -69,7 +69,7 @@
csrfmiddlewaretoken: "{{ csrf_token }}",
//active: this.checked // true if checked else false
},
body: { question_type: "rapid", aid: el.dataset.aid},
body: JSON.stringify({ question_type: "rapid", aid: el.dataset.aid}),
type: "POST",
dataType: "json",
})