1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00
py-i2phosts/pyi2phosts/templates/jump-error.html

8 lines
206 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% trans "You are trying to access an invalid hostname. Maybe you're just mistyped it." %}<br>
{% trans "Error:" %} {{ error }}
{% endblock %}