Custom error 500 page
This commit is contained in:
parent
a2e9c57503
commit
1e1ac44e6b
6
templates/500.html
Normal file
6
templates/500.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<p>Error 500 D^8>*</p>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue