1
0
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:
Hidden Z 2010-10-25 18:25:07 +00:00
parent e88fd224dd
commit c2b621bc69

View 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 %}