From df7f4ec0b9372c756c925c07eb4ed1e5c6615044 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 8 Jul 2021 15:56:44 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index f3c4b1fe..2eb88df0 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -91,11 +91,7 @@ type: 'PATCH', timeout: 3000, data: { - normal: { - { - question.normal | lower - } - }, + normal: {{ question.normal | lower }}, csrfmiddlewaretoken: "{{ csrf_token }}", } })