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 }}", } })