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