From 3d4b1040f79af24366ff86d0fc1c454ac46240a4 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 28 Feb 2022 22:45:00 +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 a9120a9e..75e787a3 100644 --- a/templates/exam_overview_js.html +++ b/templates/exam_overview_js.html @@ -24,7 +24,7 @@ }) .fail(function (data) { console.log(data) - toastr.error(`Failed to change state\n${data.status}`); + toastr.error(`Failed to change state
${data.responseJSON.status}`); }) .always(function () { console.log('[Done]');