1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 06:18:05 +00:00
py-i2phosts/pyi2phosts/templates/subdomain_http_verify_failure.html

10 lines
164 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>
{% trans "Verification failed. Webserver returned http code:" %} {{ code }}
</p>
{% endblock %}