mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 14:28:03 +00:00
10 lines
153 B
HTML
10 lines
153 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
<p>
|
|
{% trans "Verification failed. An error occured:" %} {{ error }}
|
|
</p>
|
|
|
|
{% endblock %}
|