From ea5281de952d48da2e70d4141eecb608f661e43b Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 6 Apr 2021 18:10:32 +0200 Subject: [PATCH] automatically show how-to-use --- app/dashboard/templates/dashboard/custom_domain.html | 12 ++++++++++++ app/dashboard/templates/dashboard/directory.html | 2 +- app/dashboard/templates/dashboard/mailbox.html | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html index 9ce13981..931c22bc 100644 --- a/app/dashboard/templates/dashboard/custom_domain.html +++ b/app/dashboard/templates/dashboard/custom_domain.html @@ -12,6 +12,10 @@

Custom Domains +

{% if not current_user.is_premium() %} @@ -23,6 +27,14 @@
{% endif %} + +
{% for custom_domain in custom_domains %}
diff --git a/app/dashboard/templates/dashboard/directory.html b/app/dashboard/templates/dashboard/directory.html index 5c577382..9558cbdc 100644 --- a/app/dashboard/templates/dashboard/directory.html +++ b/app/dashboard/templates/dashboard/directory.html @@ -22,7 +22,7 @@
{% endif %} -