From e6ba3ef3a183c755ba79e6e00ac33a6dd6d20e08 Mon Sep 17 00:00:00 2001 From: Jake Rosenberg Date: Thu, 25 Jul 2024 09:23:17 -0500 Subject: [PATCH] disable injection of path information into anchor elements on error pages (#1374) --- designsafe/templates/403.html | 2 +- designsafe/templates/404.html | 2 +- designsafe/templates/500.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/designsafe/templates/403.html b/designsafe/templates/403.html index 739d944d59..d6616a9096 100644 --- a/designsafe/templates/403.html +++ b/designsafe/templates/403.html @@ -5,7 +5,7 @@

You do not have permission to access the requested resource.

You do not have permission to access the requested resource. If you feel this - is in error, please submit a ticket + is in error, please submit a ticket and we will investigate how to get this resolved.

diff --git a/designsafe/templates/404.html b/designsafe/templates/404.html index 7262b5dab2..369c8fdb37 100644 --- a/designsafe/templates/404.html +++ b/designsafe/templates/404.html @@ -5,7 +5,7 @@

The resource you requested isn't here.

If you followed a link from another DesignSafe-CI page, please - submit a ticket + submit a ticket to let us know so we can get the link corrected! If you followed a link from elsewhere on the web, we would also like to know so we can get that link redirected properly! diff --git a/designsafe/templates/500.html b/designsafe/templates/500.html index b0059a9a5c..ee74b25cd6 100644 --- a/designsafe/templates/500.html +++ b/designsafe/templates/500.html @@ -8,7 +8,7 @@

An unexpected error occurred!

If you continue to receive this error, please - submit a ticket. + submit a ticket.

{% endblock content %}