From 5f90e377a118608ed9f60e0c2190647e3866686e Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 25 Oct 2011 16:07:48 +0000 Subject: [PATCH] Provide a more helpful text on the 500 server error page. - Legacy-Id: 3516 --- ietf/templates/500.html | 21 +++++++++++++++++---- static/css/base2.css | 5 +++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/ietf/templates/500.html b/ietf/templates/500.html index cbdb1c4c7..364984caa 100644 --- a/ietf/templates/500.html +++ b/ietf/templates/500.html @@ -7,9 +7,22 @@

Internal Server Error.

-

The server encountered an internal error and was unable to complete - your request. Either the server is overloaded or there was an - error in a script used to generate the requested page.

+

+ The server encountered an internal error and was unable to complete + your request. Either the server is overloaded or there was an + error in a script used to generate the requested page. In case this + was an overload problem or other temporary error, you may want to + try again in a little while. +

+

+ A failure report with details about what happened has been sent to the + server administrators. It would be helpful if you would file a bug + report with additional information at the + IETF database issue tracker, too. +

-

Please contact webtools@ietf.org.

+

+ If the problem hasn't been fixed in a timely manner, + please contact ietf-action@ietf.org. +

{% endblock %} diff --git a/static/css/base2.css b/static/css/base2.css index a00ab69a4..ea3d39208 100644 --- a/static/css/base2.css +++ b/static/css/base2.css @@ -132,6 +132,11 @@ table.ballot_icon td.ballot_icon_my { border: 3px outset black;} .ietf-highlight-r { padding:0 2px;background:#ffa0a0;} .ietf-divider { background: #2647a0; color: white; font-size:116%; padding:0.5em 1em; } +.error-text { + font-size: 1.095em; + width: 48em; +} + form .actions { margin-top: 20px; }