diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html index 6423fe44..f62df05d 100644 --- a/app/dashboard/templates/dashboard/custom_domain.html +++ b/app/dashboard/templates/dashboard/custom_domain.html @@ -13,6 +13,12 @@

Custom Domains

+ {% if not current_user.is_premium() %} + + {% endif %} + {% for custom_domain in custom_domains %}
diff --git a/app/dashboard/templates/dashboard/directory.html b/app/dashboard/templates/dashboard/directory.html index 8fe2c951..b1cc830a 100644 --- a/app/dashboard/templates/dashboard/directory.html +++ b/app/dashboard/templates/dashboard/directory.html @@ -10,6 +10,12 @@

Directories

+ {% if not current_user.is_premium() %} + + {% endif %} +