aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/templates/500.html
blob: e42ba4e0353e4e6da68b4f25c108acc1378bc196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "base.html" %}
{% block body %}

<center>
<div style="font-size: 8em;">500</div>
<div style="font-size: 3em;">{{ _("Internal Error") }}</div>

<p>
{{ _("Hrm, something unexpected went wrong. You may have found a bug! This
request should be logged and reported automatically; you could re-try or
contact us for more info.") }}
</center>

{% endblock %}