evorepo/templates/500.html

10 lines
185 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<div class="box">
<h2>500 - Internal Server Error</h2>
Something has gone horribly wrong. Back away slowly.
</div>
{% endblock %}