mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 14:28:03 +00:00
dd97e57f0f
Used in page showed after submission.
6 lines
142 B
HTML
6 lines
142 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
Successfully added {{ hostname }}. It will be activated after admin's approval.
|
|
{% endblock %}
|