diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 0d4930ef..4a268f02 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -126,6 +126,9 @@ toastr.info(data.status); } }) + .fail((e) => { + toastr.warning(`Error, ${e}`); + }) .always(function () { console.log('[Done]'); }) @@ -151,6 +154,9 @@ toastr.info(data.status); } }) + .fail((e) => { + toastr.warning(`Error, ${e}`); + }) .always(function () { console.log('[Done]'); })