1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00
py-i2phosts/pyi2phosts/templates/success_submission.html
Hidden Z e3416c090e Add translation tags into all templates
Also update success_submission.html a little.
2011-02-19 13:26:28 +00:00

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 %}