mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-08 22:07:55 +00:00
e3416c090e
Also update success_submission.html a little.
16 lines
388 B
HTML
16 lines
388 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block head %}
|
|
<meta http-equiv="refresh" content="5;URL={{ url }}" />
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% blocktrans %}
|
|
<h3>Congratulations! We're found that host you're requesting. Redirecting in 5 secs...</h3>
|
|
<p>
|
|
We're suggesting to start use our subscription service. <a href=/>Find more...</a>
|
|
</p>
|
|
{% endblocktrans %}
|
|
{% endblock %}
|