Browse Source

web/templates/jump-error.html: new template for displaying jump errors

pull/1/head
Hidden Z 14 years ago
parent
commit
c2b621bc69
  1. 6
      web/templates/jump-error.html

6
web/templates/jump-error.html

@ -0,0 +1,6 @@ @@ -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…
Cancel
Save