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:
parent
7ce4500b9c
commit
581c453b04
5
pyi2phosts/templates/500.html
Normal file
5
pyi2phosts/templates/500.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<center><h1>500 Internal server error</h1></center>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user