From 27977b2527198fa1094d49d97061f04310484851 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 8 Jul 2021 16:15:07 +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 5c8a25a3..6d9a1f56 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 = {{ question.normal | lower }} + n = {{ not question.normal | lower }} /* beautify ignore:end */ $("#toggle-normal-button").click(function () {