blob: 7f040638cd14ed6bcb5fad7c6b26868f51042272 (
plain)
1
2
3
4
5
6
7
8
9
|
{% extends "base.html" %}
{% block content %}
<div id="error-page" class="box 500">
<h2>500 - Internal Server Error</h2>
<p>Something has gone horribly wrong. Back away slowly.</p>
</div>
{% endblock %}
|