{% extends "base.html" %} {% load i18n verification_tags %} {% block content %}

{% trans "Domain created" %}

{% blocktrans with domain=domain.name %}

You just registered the domain {{ domain }}

{% endblocktrans %}

{% trans "Now you have to prove that you actually have the ownership of this domain. To do this, follow these steps:" %}

  1. {% trans "Make sure this link is not broken:" %} {{ domain.validation_url }}
    {% trans "A HTTP request to that resource should return an HTTP 200 response" %}
  2. {% trans "Click on the verification button:" %} {% verification_button domain %}
{% endblock %}