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

Add web/templates/success_submission.html

Used in page showed after submission.
This commit is contained in:
Hidden Z 2010-10-06 19:02:08 +00:00
parent 0005783d08
commit dd97e57f0f

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
Successfully added {{ hostname }}. It will be activated after admin's approval.
{% endblock %}