bornhack-website/templates/500.html

10 lines
176 B
HTML

{% extends 'base.html' %}
{% block content %}
<p class="lead">
500 internal server error. Sorry about that. The people responsible have been notified.
</p>
{% endblock %}