From 4b66ac24dd4f4b60608ce2ea54738735c6f26c20 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 16:24:31 +0000 Subject: [PATCH] . --- rapids/templates/rapids/user_answer_question_view.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rapids/templates/rapids/user_answer_question_view.html b/rapids/templates/rapids/user_answer_question_view.html index 612b8cef..7e0423ac 100644 --- a/rapids/templates/rapids/user_answer_question_view.html +++ b/rapids/templates/rapids/user_answer_question_view.html @@ -48,6 +48,10 @@ if (data.status == "success") { toastr.info('Deleted.') + location.reload(); + } else { + toastr.info('Error deleting questions.') + } // show some message according to the response. // For eg. A message box showing that the status has been changed