From de0792cb54fd452f8bf4f4ade06789a9ac5f817b Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 6 May 2021 21:52:33 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 6dc95ea5..de51a5ea 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -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", })