diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html index 0f448388..6423fe44 100644 --- a/app/dashboard/templates/dashboard/custom_domain.html +++ b/app/dashboard/templates/dashboard/custom_domain.html @@ -21,7 +21,11 @@ {% if custom_domain.verified %} {% else %} - 🚫 + + 🚫 + + {% endif %}
diff --git a/app/dashboard/templates/dashboard/domain_detail/info.html b/app/dashboard/templates/dashboard/domain_detail/info.html index 4315d790..f208e87f 100644 --- a/app/dashboard/templates/dashboard/domain_detail/info.html +++ b/app/dashboard/templates/dashboard/domain_detail/info.html @@ -11,7 +11,11 @@ {% if custom_domain.verified %} {% else %} - 🚫 + + 🚫 + + {% endif %}