From 8850f72a1cd363865558804c2ecee31e04e6e6f8 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 2 Dec 2019 00:13:56 +0000 Subject: [PATCH] only show custom domain to user with can_use_custom_domain flag --- templates/header.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/header.html b/templates/header.html index 9d35ac49..ba91dce4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -50,6 +50,12 @@ API Key + {% if current_user.can_use_custom_domain %} + + Custom Domains + + {% endif %} + {% if current_user.is_premium() %} Billing