Files
caminus/templates/500.html
2012-03-07 17:22:54 -05:00

12 lines
305 B
HTML

{% extends 'base_fullwidth.html' %}
{% block sectiontitle %}Kamikaze Shrubs{% endblock %}
{% block title %} 500 - Server Error{% endblock %}
{% block content %}
<div class="item">
The server crashed. Something bad happened. The admins have been notified. Please try to stay calm.
</div>
{% endblock %}