From 01a6dc131db8f1265576f3fcd40847bdb5852b60 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 28 Feb 2022 22:43:07 +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 79c36d49..ee6da32d 100644 --- a/templates/exam_overview_js.html +++ b/templates/exam_overview_js.html @@ -23,7 +23,7 @@ // For eg. A message box showing that the status has been changed }) .fail(function (data) { - toastr.error(`Failed to change state`); + toastr.error(`Failed to change state\n${data.status}`); }) .always(function () { console.log('[Done]');