datatracker/ietf/templates/500.html
Lars Eggert 53089a94f6 And more fixes.
- Legacy-Id: 19902
2022-02-01 07:47:25 +00:00

27 lines
1.1 KiB
HTML

{# bs5ok #}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}500 Internal Server Error{% endblock %}
{% block content %}
<img class="col-2 mb-5"
src="{% static 'ietf/images/ietflogo.png' %}"
alt="IETF">
<div class='alert alert-warning my-3'>
<h2>Internal Server Error</h2>
<hr>
<p>
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="mb-0">
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="https://trac.ietf.org/trac/ietfdb/newticket">IETF database issue tracker</a>, too.
</p>
</div>
{% endblock %}