From aa10cdb3ee0b346ef6f6a0991203c3e4595ed208 Mon Sep 17 00:00:00 2001 From: Son NK Date: Tue, 7 Jan 2020 21:53:00 +0100 Subject: [PATCH] =?UTF-8?q?If=20domain=20is=20not=20verified,=20clicking?= =?UTF-8?q?=20on=20=F0=9F=9A=AB=20brings=20user=20to=20DNS=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/dashboard/templates/dashboard/custom_domain.html | 6 +++++- app/dashboard/templates/dashboard/domain_detail/info.html | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 %}