summaryrefslogtreecommitdiffstats
path: root/templates/500.html
blob: 9566fc296478e869a30c38eef2fed1be3f757451 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

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