1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-10 14:58:05 +00:00
py-i2phosts/web/templates/success_submission.html

6 lines
142 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
Successfully added {{ hostname }}. It will be activated after admin's approval.
{% endblock %}