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