This commit is contained in:
Ross
2021-07-08 15:58:13 +01:00
parent df7f4ec0b9
commit b365fa5469
@@ -91,8 +91,8 @@
type: 'PATCH',
timeout: 3000,
data: {
normal: {{ question.normal | lower }},
csrfmiddlewaretoken: "{{ csrf_token }}",
normal: {{ question.normal | lower }},
}
})
.fail(function () {