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 () {