From 144bd39899e98cbe0731fb7cc22cc4f6fc3f3a4d Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 8 Jul 2021 16:16:24 +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 6d9a1f56..76cb070e 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -87,7 +87,7 @@ //var $crf_token = $('[name="csrfmiddlewaretoken"]').attr('value'); /* beautify ignore:start */ - n = {{ not question.normal | lower }} + n = !{{ question.normal | lower }} /* beautify ignore:end */ $("#toggle-normal-button").click(function () {