1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 14:28:03 +00:00

Add template for 500 error

This commit is contained in:
Hidden Z 2010-11-04 13:37:32 +00:00
parent 7ce4500b9c
commit 581c453b04

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
<center><h1>500 Internal server error</h1></center>
{% endblock %}