From 9cb41aa57311e36d957f07d8c9619d11d7294d1f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 28 Feb 2022 22:44:19 +0000 Subject: [PATCH] . --- templates/exam_overview_js.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/exam_overview_js.html b/templates/exam_overview_js.html index ee6da32d..a9120a9e 100644 --- a/templates/exam_overview_js.html +++ b/templates/exam_overview_js.html @@ -23,6 +23,7 @@ // For eg. A message box showing that the status has been changed }) .fail(function (data) { + console.log(data) toastr.error(`Failed to change state\n${data.status}`); }) .always(function () {