forked from ietf-tools/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path500.html
More file actions
24 lines (24 loc) · 1.08 KB
/
500.html
File metadata and controls
24 lines (24 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{# Copyright The IETF Trust 2007-2022, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}500 Internal Server Error{% endblock %}
{% block content %}
{% include "logo.html" with org="ietf" classes="col-2 mb-5" only %}
<div class="alert alert-warning my-3">
<h1>Internal Server Error</h1>
<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 create an issue
providing additional information at
<a href="https://github.com/ietf-tools/datatracker/issues/new/choose">GitHub</a>, too.
</p>
</div>
{% endblock %}