blob: 216fe8aed54c00f479bed8e561c1f518f014145d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{% extends "base.html" %}
{% block content %}
<div class="page-header">
<h1>Internal Server Error</h1>
</div>
<div class="alert alert-error">
<strong>Whoops!</strong> The administrator has been notified of this error.
</div>
{% endblock content %}
|