From b365fa5469ea4baec9500f51919abcb288d636a0 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 8 Jul 2021 15:58:13 +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 2eb88df0..92313b84 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -91,8 +91,8 @@ type: 'PATCH', timeout: 3000, data: { - normal: {{ question.normal | lower }}, csrfmiddlewaretoken: "{{ csrf_token }}", + normal: {{ question.normal | lower }}, } }) .fail(function () {