datatracker/ietf/templates/500.html
Ole Laursen a589115ff4 Summary: Reindent all HTML files to follow the previous convention (no
tabs) and kill the scripts block in favour of just using a js block with
a script tag (which is easier to understand for context-sensitive
modes such as web-mode in Emacs). Also fix a couple of details, e.g.
missing semicolons in JS snippets.
 - Legacy-Id: 9096
2015-02-17 18:01:04 +00:00

25 lines
969 B
HTML

{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "ietf.html" %}
{% block title %}500 Internal Server Error{% endblock %}
{% block content %}
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF" style="width: 10em">
<h2>Internal Server Error.</h2>
<p class="error-text">
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.
</p>
<p class="error-text">
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
<a href="http://trac.tools.ietf.org/tools/ietfdb/newticket">IETF database issue tracker</a>, too.
</p>
{% endblock %}