evorepo/templates/500.html

10 lines
230 B
HTML
Raw Normal View History

{% 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 %}