2010-10-25 18:07:56 +00:00
|
|
|
{% extends "base.html" %}
|
2011-02-19 13:26:28 +00:00
|
|
|
{% load i18n %}
|
2010-10-25 18:07:56 +00:00
|
|
|
|
|
|
|
{% block head %}
|
2010-11-06 08:49:33 +00:00
|
|
|
<meta http-equiv="refresh" content="5;URL={{ url }}" />
|
2010-10-25 18:07:56 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2011-02-19 13:26:28 +00:00
|
|
|
{% blocktrans %}
|
2010-10-25 18:07:56 +00:00
|
|
|
<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>
|
2011-02-19 13:26:28 +00:00
|
|
|
{% endblocktrans %}
|
2010-10-25 18:07:56 +00:00
|
|
|
{% endblock %}
|