mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 20:44:55 +00:00
web/templates/jump-error.html: new template for displaying jump errors
This commit is contained in:
parent
e88fd224dd
commit
c2b621bc69
6
web/templates/jump-error.html
Normal file
6
web/templates/jump-error.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
You are trying to access an invalid hostname. Maybe you're just mistyped it.<br>
|
||||||
|
Error: {{ error }}
|
||||||
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user