diff --git a/app/dashboard/templates/dashboard/domain_detail/dns.html b/app/dashboard/templates/dashboard/domain_detail/dns.html index f029f8b2..e61c9cb9 100644 --- a/app/dashboard/templates/dashboard/domain_detail/dns.html +++ b/app/dashboard/templates/dashboard/domain_detail/dns.html @@ -17,7 +17,7 @@ minute or in our experience). -
+
1. MX record {% if custom_domain.verified %} @@ -34,12 +34,12 @@ {% for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY %}
Domain: {{ custom_domain.domain }}
- Priority: {{priority}}
+ Priority: {{ priority }}
Target: {{ email_server }}
{% endfor %} -
+ {% if custom_domain.verified %}