1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 14:28:03 +00:00
py-i2phosts/web/templates/success_submission.html
Hidden Z dd97e57f0f Add web/templates/success_submission.html
Used in page showed after submission.
2010-10-07 00:56:47 +06:00

6 lines
142 B
HTML

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