1
0
Fork 0

Custom error 500 page

This commit is contained in:
Shgck 2015-05-02 15:20:31 +02:00
parent a2e9c57503
commit 1e1ac44e6b

6
templates/500.html Normal file
View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<p>Error 500 D^8&gt;*</p>
{% endblock %}