mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-08 21:04:17 +00:00
10 lines
227 B
HTML
10 lines
227 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
{% blocktrans %}
|
|
Successfully added {{ hostname }}. It will be activated after admin's approval and
|
|
automatic availability test.
|
|
{% endblocktrans %}
|
|
{% endblock %}
|