From 6edc4645d2eb179a98305a1363023b0ce6b11d04 Mon Sep 17 00:00:00 2001 From: qwerty123a2 <82355645+qwerty123a2@users.noreply.github.com> Date: Mon, 26 Sep 2022 00:35:23 +1000 Subject: [PATCH] Makes it clear that an error occurred. (#390) Co-authored-by: rubenwardy --- app/templates/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/500.html b/app/templates/500.html index 7657865a..c3ecc5c7 100644 --- a/app/templates/500.html +++ b/app/templates/500.html @@ -7,6 +7,6 @@ {% block content %}

{{ self.title() }}

- Don't worry, this error will have been automatically reported. + An error has occurred whilst loading this page. The ContentDB team has been notified.

{% endblock %}