mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-08 22:07:55 +00:00
e3416c090e
Also update success_submission.html a little.
7 lines
138 B
HTML
7 lines
138 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
{% trans "You are trying to access an unknown hostname." %}
|
|
{% endblock %}
|