{% extends "layout/home_base.html" %} {% block home_content %}

{{ _('Create Domain') }}

{{ _('A domain ID cannot be changed after creation. It is supposed to be:') }}

  • {{ _('Unique') }}
  • {{ _('At least 4 characters') }}
  • {{ _('Not wrapped with space') }}
  • {{ _('Not started with a number') }}
  • {{ _('Only A-Z, a-z, 0-9 and _ are accepted') }}
{% with ddoc={} %} {% include "partials/domain_edit_form.html" %} {% endwith %}
{% endblock %}