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
153 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>
{% trans "Verification failed. An error occured:" %} {{ error }}
</p>
{% endblock %}