diff --git a/libcoveweb2/views.py b/libcoveweb2/views.py index 9cdf7c4..010a070 100644 --- a/libcoveweb2/views.py +++ b/libcoveweb2/views.py @@ -156,7 +156,8 @@ def view_data_has_error(self, request, supplied_data): "sub_title": _("Sorry, there was an error."), "link": "index", "link_text": _("Go to Home page"), - "msg": _("There was an error."), + #"msg": _("There was an error."), + "msg": f"There was an error. {supplied_data.error}", }, status=500, )