{% extends postorius_base_template %} {% load url from future %} {% load i18n %} {% block main %} {% include 'postorius/menu/settings_nav.html' %}
{% csrf_token %} {{ form.non_field_errors }}
Add a new Domain
{{ form.mail_host.errors }}
{{ form.mail_host}}

Example: domain.org

{{ form.web_host.errors }}
{{ form.web_host}}

Example: www.domain.org

{{ form.description.errors }}
{{ form.description}}

Example: Test lists will live on this domain.

{{ form.contact_address.errors }}
{{ form.contact_address}}

Example: postmaster@domain.org

{% endblock main %}