Add 500.html template, missed in previous commit

This commit is contained in:
Magnus Hagander
2011-08-18 10:46:48 +02:00
parent 961359bdab
commit c5f50ea0ad

View File

@ -0,0 +1,9 @@
{%extends "base/page.html"%}
{%block title%}Server error{%endblock%}
{%block contents%}
<h1>Server Error</h1>
<p>
{{message}}
</p>
</h1>
{%endblock%}