evorepo/templates/500.html
Thayer Williams dd9f1e3e91 Updated error page semantics
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:43 -05:00

10 lines
230 B
HTML

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