From 398c889ce1ceac103c42159a30ffa615227fa48c Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sun, 7 Jan 2024 04:49:20 +0000 Subject: [PATCH] plans: Ask customer to contact sales to switch plan tier. --- templates/corporate/pricing_model.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/corporate/pricing_model.html b/templates/corporate/pricing_model.html index 20cf82fca8..c36d3aa8af 100644 --- a/templates/corporate/pricing_model.html +++ b/templates/corporate/pricing_model.html @@ -246,6 +246,10 @@ Current plan {% endif %} + {% elif is_self_hosted_realm and customer_plan and customer_plan.tier != customer_plan.TIER_SELF_HOSTED_LEGACY %} + + Contact sales + {% elif is_self_hosted_realm %} {% if free_trial_days %} @@ -331,6 +335,10 @@ Current plan {% endif %} + {% elif is_self_hosted_realm and customer_plan and customer_plan.tier != customer_plan.TIER_SELF_HOSTED_LEGACY %} + + Contact sales + {% elif is_self_hosted_realm %} {% if free_trial_days %}