{% extends "projects/domain_list.html" %} {% load trans blocktrans from i18n %} {% load crispy from crispy_forms_tags %} {% block project_edit_content_subheader %} {% if domain %} {% trans "Update domain" %} {% else %} {% trans "Add domain" %} {% endif %} {% endblock project_edit_content_subheader %} {% block project_edit_content %} {% if domain %} {% url 'projects_domains_edit' project.slug domain.pk as action_url %} {% trans "Save domain" as button_text %} {% else %} {% url 'projects_domains_create' project.slug as action_url %} {% trans "Add domain" as button_text %} {% endif %} {% if domain.domainssl %}
{% trans "To configure this domain add a CNAME record in your DNS pointing your custom domain to this target." %}