From 6ee81f84df05ddf0d1e83527563d027183106dd0 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 15 May 2021 13:03:15 +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 79c9891d..f0d7ad93 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -102,7 +102,7 @@ //active: this.checked // true if checked else false question_type: "rapid", aid: el.dataset.aid, - status: 1, + status: 0, }, type: "POST", dataType: "json",