From 9ec9e1286ce0f7156d847f6210a3600d687a8a60 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 29 Apr 2021 23:25:52 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/question_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index a802b1e0..88a51900 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -89,8 +89,8 @@ toastr.warning('Error saving annotations (403 forbidden)') } }, - error: function() { - toastr.warning('Error saving annotations (403 forbidden)') + error: function(e) { + toastr.warning(`Error saving annotations (${e})`) }, })