From 83032bfec9771f30fe1167a569658019fccc9a15 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 11 Mar 2022 17:45:12 -0400 Subject: [PATCH] fix: use same github issue URL on 500 error page as elsewhere --- ietf/templates/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/500.html b/ietf/templates/500.html index 80c18a73595..c8bbf2190a4 100644 --- a/ietf/templates/500.html +++ b/ietf/templates/500.html @@ -19,7 +19,7 @@

Internal Server Error.

A failure report with details about what happened has been sent to the server administrators. It would be helpful if you would create an issue providing additional information at - GitHub, too. + GitHub, too.

{% endblock %}