From d0218c86de15a608637b00005ad8f3ce12483ec7 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 23 Dec 2019 21:56:02 +0000 Subject: [PATCH] =?UTF-8?q?display=20=F0=9F=9A=AB=20for=20unverified=20dom?= =?UTF-8?q?ain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/dashboard/templates/dashboard/custom_domain.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html index 40ade6e6..623312ca 100644 --- a/app/dashboard/templates/dashboard/custom_domain.html +++ b/app/dashboard/templates/dashboard/custom_domain.html @@ -17,9 +17,7 @@
{{ custom_domain.domain }} - {% if custom_domain.verified %} - - {% endif %} + {% if custom_domain.verified %} ✅ {% else %} 🚫{% endif %}
Created {{ custom_domain.created_at | dt }}