From 65c845dbf642bf0bc1b3846d41c1a197ab244a58 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 4 Jan 2022 14:25:31 +0000 Subject: [PATCH] . --- templates/exam_overview_js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/exam_overview_js.html b/templates/exam_overview_js.html index 6fc26f9d..d9c1da69 100644 --- a/templates/exam_overview_js.html +++ b/templates/exam_overview_js.html @@ -17,7 +17,7 @@ if (data.status == "success") { toastr.info(`Exam: ${data.name} [${data.id}] - Active state changed to: ${data.publish_results}.`) + Active state changed to: ${data.active}.`) } // show some message according to the response. // For eg. A message box showing that the status has been changed