From 2733711dd563e43e9016c17a47e07e5c56baf608 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 1 May 2021 13:13:39 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_overview.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 1737f070..0d4930ef 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -122,6 +122,7 @@ if (data.status == "success") { toastr.info('Question access state changed.'); } else { + toastr.warning("Error"); toastr.info(data.status); } }) @@ -146,6 +147,7 @@ if (data.status == "success") { toastr.info('Question access state changed.'); } else { + toastr.warning("Error"); toastr.info(data.status); } })