bornhack-website/src/templates/500.html

10 lines
176 B
HTML
Raw Normal View History

2016-06-01 14:56:50 +00:00
{% extends 'base.html' %}
{% block content %}
<p class="lead">
500 internal server error. Sorry about that. The people responsible have been notified.
</p>
{% endblock %}